RequestSecurityTokenResponse 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示 wst:RequestSecurityTokenResponse 項目,這用來傳回安全性權杖。
public ref class RequestSecurityTokenResponse : System::IdentityModel::Protocols::WSTrust::WSTrustMessage
public class RequestSecurityTokenResponse : System.IdentityModel.Protocols.WSTrust.WSTrustMessage
type RequestSecurityTokenResponse = class
inherit WSTrustMessage
Public Class RequestSecurityTokenResponse
Inherits WSTrustMessage
- 繼承
備註
wst:RequestSecurityTokenResponse 元素 (訊息) 包含安全性令牌服務所傳送之回應中的參數和屬性, (STS) 至用戶端所 (RST) 。 回應訊息 (或元素) 縮寫為 RSTR。 類別 RequestSecurityTokenResponse 包含屬性,代表 RSTR 的專案。 RSTR 可以形成與 WS-Trust 所定義之任何要求系結相對應的要求回應;例如,發行系結、更新系結、驗證系結或取消系結。 類別中的 RequestSecurityTokenResponse 許多屬性都對應至只存在於這些系結所定義之特定回應類型中的專案。 視特定 RequestSecurityTokenResponse 物件所代表的回應類型或存在於它所代表之特定回應中的參數而定,物件的某些屬性可能是 null
。
要求會抵達包含 wst:RequestSecurityToken 元素的訊息中的 STS (RST) 。 此訊息是由 RequestSecurityToken 類別表示。
如需此類別所代表之專案的詳細資訊,請參閱適用於您案例的 WS-Trust 規格版本。
建構函式
RequestSecurityTokenResponse() |
初始化 RequestSecurityTokenResponse 類別的新執行個體。 |
RequestSecurityTokenResponse(WSTrustMessage) |
根據指定的要求訊息 (RST) 初始化 RequestSecurityTokenResponse 類別的新執行個體。 |
屬性
AllowPostdating |
取得或設定 wst:AllowPostdating 項目的內容。 (繼承來源 WSTrustMessage) |
AppliesTo |
取得或設定 wsp:AppliesTo 項目的內容。 (繼承來源 WSTrustMessage) |
AuthenticationType |
取得或設定 wst:AuthenticationType 項目的內容。 (繼承來源 WSTrustMessage) |
BinaryExchange |
取得或設定 wst:BinaryExchange 項目的內容。 (繼承來源 WSTrustMessage) |
CanonicalizationAlgorithm |
取得或設定 wst:CanonicalizationAlgorithm 項目的內容。 (繼承來源 WSTrustMessage) |
Context |
取得或設定 RST 或 RSTR 上之 Context 屬性的內容。 (繼承來源 WSTrustMessage) |
EncryptionAlgorithm |
取得或設定 wst:EncryptionAlgorithm 項目的內容。 (繼承來源 WSTrustMessage) |
EncryptWith |
取得或設定 wst:EncryptWith 項目的內容。 (繼承來源 WSTrustMessage) |
Entropy |
取得或設定 wst:Entropy 項目的內容。 (繼承來源 WSTrustMessage) |
IsFinal |
取得或設定旗標,決定 RSTR 是否為最後訊息,且應該如此序列化。 |
KeySizeInBits |
取得或設定在 RequestSecurityToken (RST) 訊息內部的 wst:KeySize 項目的內容。 (繼承來源 WSTrustMessage) |
KeyType |
取得或設定在 RequestSecurityToken (RST) 訊息內部的 wst:KeyType 項目的內容。 (繼承來源 WSTrustMessage) |
KeyWrapAlgorithm |
取得或設定 wst:KeyWrapAlgorithm 項目的內容。 (繼承來源 WSTrustMessage) |
Lifetime |
取得或設定在 RequestSecurityToken (RST) 訊息內部的 wst:Lifetime 項目的內容。 (繼承來源 WSTrustMessage) |
Properties |
取得要擴充物件的屬性封包。 (繼承來源 OpenObject) |
ReplyTo |
取得或設定要用來回覆信賴憑證者的位址。 (繼承來源 WSTrustMessage) |
RequestedAttachedReference |
取得或設定要求的權杖附加到訊息時的安全性權杖參考。 |
RequestedProofToken |
取得或設定用來傳回持有權杖證明的選擇性項目。 |
RequestedSecurityToken |
取得或設定用來傳回所要求之安全性權杖的選擇性項目。 |
RequestedTokenCancelled |
取得或設定 wst:RequestedTokenCancelled 項目。 |
RequestedUnattachedReference |
取得或設定要求的權杖未附加到訊息時的安全性權杖參考。 |
RequestType |
取得或設定 wst:RequestType 項目。 (繼承來源 WSTrustMessage) |
SignatureAlgorithm |
取得或設定 wst:SignatureAlgorithm 項目的內容。 (繼承來源 WSTrustMessage) |
SignWith |
取得或設定 wst:SignWith 項目的內容。 (繼承來源 WSTrustMessage) |
Status |
取得或設定 RSTR 中的 wst:Status 項目。 |
TokenType |
取得或設定 wst:TokenType 項目的內容。 (繼承來源 WSTrustMessage) |
UseKey |
取得或設定 wst:UseKey 項目的內容。 (繼承來源 WSTrustMessage) |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |