WSTrustMessage 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
RST 和 RSTR 的基底類別。
public ref class WSTrustMessage abstract : System::IdentityModel::OpenObject
public abstract class WSTrustMessage : System.IdentityModel.OpenObject
type WSTrustMessage = class
inherit OpenObject
Public MustInherit Class WSTrustMessage
Inherits OpenObject
- 繼承
- 衍生
備註
如需此類別所代表之訊息和專案的詳細資訊,請參閱適用於您案例的 WS-Trust 規格版本。
建構函式
WSTrustMessage() |
初始化 WSTrustMessage 類別的新執行個體。 |
屬性
AllowPostdating |
取得或設定 wst:AllowPostdating 項目的內容。 |
AppliesTo |
取得或設定 wsp:AppliesTo 項目的內容。 |
AuthenticationType |
取得或設定 wst:AuthenticationType 項目的內容。 |
BinaryExchange |
取得或設定 wst:BinaryExchange 項目的內容。 |
CanonicalizationAlgorithm |
取得或設定 wst:CanonicalizationAlgorithm 項目的內容。 |
Context |
取得或設定 RST 或 RSTR 上之 Context 屬性的內容。 |
EncryptionAlgorithm |
取得或設定 wst:EncryptionAlgorithm 項目的內容。 |
EncryptWith |
取得或設定 wst:EncryptWith 項目的內容。 |
Entropy |
取得或設定 wst:Entropy 項目的內容。 |
KeySizeInBits |
取得或設定在 RequestSecurityToken (RST) 訊息內部的 wst:KeySize 項目的內容。 |
KeyType |
取得或設定在 RequestSecurityToken (RST) 訊息內部的 wst:KeyType 項目的內容。 |
KeyWrapAlgorithm |
取得或設定 wst:KeyWrapAlgorithm 項目的內容。 |
Lifetime |
取得或設定在 RequestSecurityToken (RST) 訊息內部的 wst:Lifetime 項目的內容。 |
Properties |
取得要擴充物件的屬性封包。 (繼承來源 OpenObject) |
ReplyTo |
取得或設定要用來回覆信賴憑證者的位址。 |
RequestType |
取得或設定 wst:RequestType 項目。 |
SignatureAlgorithm |
取得或設定 wst:SignatureAlgorithm 項目的內容。 |
SignWith |
取得或設定 wst:SignWith 項目的內容。 |
TokenType |
取得或設定 wst:TokenType 項目的內容。 |
UseKey |
取得或設定 wst:UseKey 項目的內容。 |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |