BinaryKeyIdentifierClause 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示金鑰識別碼子句的基底類別,這個基底類別是以二進位資料為基礎。
public ref class BinaryKeyIdentifierClause abstract : System::IdentityModel::Tokens::SecurityKeyIdentifierClause
public abstract class BinaryKeyIdentifierClause : System.IdentityModel.Tokens.SecurityKeyIdentifierClause
type BinaryKeyIdentifierClause = class
inherit SecurityKeyIdentifierClause
Public MustInherit Class BinaryKeyIdentifierClause
Inherits SecurityKeyIdentifierClause
- 繼承
- 衍生
備註
除了在建立自訂安全性權杖服務時,通常並不需要使用 BinaryKeyIdentifierClause。 當安全性權杖服務傳回安全性權杖時,所發出的安全性權杖會包含已附加及未附加之安全性權杖的參考。 附加的參考會參考包含在 SOAP 訊息之安全性標頭中的安全性權杖,而未附加的參考是指不包含在 SOAP 訊息之安全性標頭中的安全性權杖。 這些參考通常會證明這些發出之安全性權杖的真實性。
建構函式
BinaryKeyIdentifierClause(String, Byte[], Boolean) |
使用指定的金鑰識別碼子句型別、二進位資料,以及表示是否必須複製二進位資料的值,初始化 BinaryKeyIdentifierClause 類別的新執行個體。 |
BinaryKeyIdentifierClause(String, Byte[], Boolean, Byte[], Int32) |
使用指定的金鑰識別碼子句型別、二進位資料、表示是否必須複製二進位資料的值、Nonce 以及金鑰長度,初始化 BinaryKeyIdentifierClause 類別的新執行個體。 |
屬性
CanCreateKey |
取得指出是否能夠建立金鑰的值。 (繼承來源 SecurityKeyIdentifierClause) |
ClauseType |
取得金鑰識別碼子句型別。 (繼承來源 SecurityKeyIdentifierClause) |
DerivationLength |
取得衍生金鑰大小。 (繼承來源 SecurityKeyIdentifierClause) |
Id |
取得或設定金鑰識別碼子句 ID。 (繼承來源 SecurityKeyIdentifierClause) |
方法
CreateKey() |
根據傳入建構函式的參數來建立金鑰。 (繼承來源 SecurityKeyIdentifierClause) |
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetBuffer() |
取得表示金鑰識別碼的二進位資料。 |
GetDerivationNonce() |
取得用來產生衍生金鑰的 Nonce。 (繼承來源 SecurityKeyIdentifierClause) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetRawBuffer() |
取得表示金鑰識別碼的二進位資料。 |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
Matches(Byte[]) |
傳回值,這個值會指出目前執行個體的二進位資料是否符合指定的二進位資料。 |
Matches(Byte[], Int32) |
傳回值,這個值會指出目前執行個體的二進位資料是否相等於具有所指定偏差的已指定二進位資料。 |
Matches(SecurityKeyIdentifierClause) |
傳回值,這個值會指出這個執行個體的金鑰識別碼是否相等於指定的金鑰識別碼子句。 |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |