Saml2SecurityToken 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示以 SAML 判斷提示為基礎的安全性權杖。
public ref class Saml2SecurityToken : System::IdentityModel::Tokens::SecurityToken
public class Saml2SecurityToken : System.IdentityModel.Tokens.SecurityToken
type Saml2SecurityToken = class
inherit SecurityToken
Public Class Saml2SecurityToken
Inherits SecurityToken
- 繼承
備註
Saml2SecurityToken 安全性權杖的宣告會表示為 Saml2Assertion 的一部分。 Saml2Assertion 包含可擴充的宣告集合,即以 Statements 屬性表示的 SAML 陳述式。 核發此 SAML 判斷提示的 SAML 授權單位會指定於 Issuer 屬性中。
建構函式
Saml2SecurityToken(Saml2Assertion) |
使用指定的 SAML 判斷提示,初始化 Saml2SecurityToken 類別的新執行個體。 |
Saml2SecurityToken(Saml2Assertion, ReadOnlyCollection<SecurityKey>, SecurityToken) |
使用指定的 SAML 判斷提示、密碼編譯金鑰和簽發者權杖,初始化 Saml2SecurityToken 類別的新執行個體。 |
屬性
Assertion |
取得這個安全性權杖的 SAML 判斷提示。 |
Id |
取得安全性權杖的唯一識別碼。 |
IssuerToken |
取得簽發者的安全性權杖。 |
SecurityKeys |
取得與安全性權杖相關聯的密碼編譯金鑰。 |
ValidFrom |
取得這個安全性權杖有效的第一個瞬間。 |
ValidTo |
取得這個安全性權杖有效的最後一個瞬間。 |
方法
CanCreateKeyIdentifierClause<T>() |
取得值,這個值會指出這個安全性權杖是否能夠建立指定的金鑰識別碼。 |
CreateKeyIdentifierClause<T>() |
建立指定的金鑰識別碼子句。 |
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MatchesKeyIdentifierClause(SecurityKeyIdentifierClause) |
傳回值,這個值會指出此執行個體的金鑰識別碼是否等於指定的金鑰識別碼。 |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ResolveKeyIdentifierClause(SecurityKeyIdentifierClause) |
取得指定之金鑰識別碼子句的金鑰。 (繼承來源 SecurityToken) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |