Share via


SamlAssertionKeyIdentifierClause 類別

定義

表示 <KeyIdentifier> 項目,這個項目會參考 SOAP 訊息中的 <saml:Assertion> 項目。

public ref class SamlAssertionKeyIdentifierClause : System::IdentityModel::Tokens::SecurityKeyIdentifierClause
public class SamlAssertionKeyIdentifierClause : System.IdentityModel.Tokens.SecurityKeyIdentifierClause
type SamlAssertionKeyIdentifierClause = class
    inherit SecurityKeyIdentifierClause
Public Class SamlAssertionKeyIdentifierClause
Inherits SecurityKeyIdentifierClause
繼承
SamlAssertionKeyIdentifierClause

建構函式

SamlAssertionKeyIdentifierClause(String)

使用指定的 SAML 判斷提示識別碼,初始化 SamlAssertionKeyIdentifierClause 類別的新執行個體。

SamlAssertionKeyIdentifierClause(String, Byte[], Int32)

使用指定的 SAML 判斷提示識別碼、Nonce 以及金鑰長度,初始化 SamlAssertionKeyIdentifierClause 類別的新執行個體。

屬性

AssertionId

取得 SamlAssertion 的識別碼,這個判斷提示包含有金鑰識別碼。

CanCreateKey

取得指出是否能夠建立金鑰的值。

(繼承來源 SecurityKeyIdentifierClause)
ClauseType

取得金鑰識別碼子句型別。

(繼承來源 SecurityKeyIdentifierClause)
DerivationLength

取得衍生金鑰大小。

(繼承來源 SecurityKeyIdentifierClause)
Id

取得或設定金鑰識別碼子句 ID。

(繼承來源 SecurityKeyIdentifierClause)

方法

CreateKey()

根據傳入建構函式的參數來建立金鑰。

(繼承來源 SecurityKeyIdentifierClause)
Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetDerivationNonce()

取得用來產生衍生金鑰的 Nonce。

(繼承來源 SecurityKeyIdentifierClause)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
Matches(SecurityKeyIdentifierClause)

判定指定的金鑰識別碼是否與目前的執行個體相同。

Matches(String)

判定指定的 SAML 判斷提示識別碼是否與目前的執行個體相同。

Matches(String, SecurityKeyIdentifierClause)

表示 <KeyIdentifier> 項目,這個項目會參考 SOAP 訊息中的 <saml:Assertion> 項目。

MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回 String,這個字串包含可表示目前金鑰識別碼子句的 SAML 判斷提示識別碼。

適用於