Saml2AssertionKeyIdentifierClause 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示參考 SAML2 安全性權杖的SecurityKeyIdentifierClause實作。
public ref class Saml2AssertionKeyIdentifierClause : System::IdentityModel::Tokens::SecurityKeyIdentifierClause
public class Saml2AssertionKeyIdentifierClause : System.IdentityModel.Tokens.SecurityKeyIdentifierClause
type Saml2AssertionKeyIdentifierClause = class
inherit SecurityKeyIdentifierClause
Public Class Saml2AssertionKeyIdentifierClause
Inherits SecurityKeyIdentifierClause
- 繼承
建構函式
Saml2AssertionKeyIdentifierClause(String) |
為指定的 ID 初始化 Saml2AssertionKeyIdentifierClause 類別的新執行個體。 |
Saml2AssertionKeyIdentifierClause(String, Byte[], Int32) |
針對指定的 ID、Nonce 和金鑰大小,初始化 Saml2AssertionKeyIdentifierClause 類別的新執行個體。 |
屬性
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, SecurityKeyIdentifierClause) |
傳回值,這個值會指出判斷提示的金鑰識別碼是否相等於指定的金鑰識別碼子句。 |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回表示目前執行個體的字串。 |