BinarySecretKeyIdentifierClause 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示二進位密碼安全性權杖中的金鑰識別碼子句。
public ref class BinarySecretKeyIdentifierClause : System::IdentityModel::Tokens::BinaryKeyIdentifierClause
public class BinarySecretKeyIdentifierClause : System.IdentityModel.Tokens.BinaryKeyIdentifierClause
type BinarySecretKeyIdentifierClause = class
inherit BinaryKeyIdentifierClause
Public Class BinarySecretKeyIdentifierClause
Inherits BinaryKeyIdentifierClause
- 繼承
建構函式
BinarySecretKeyIdentifierClause(Byte[]) |
使用指定的金鑰,初始化 BinarySecretKeyIdentifierClause 類別的新執行個體。 |
BinarySecretKeyIdentifierClause(Byte[], Boolean) |
使用指定的值,初始化 BinarySecretKeyIdentifierClause 類別的新執行個體。 |
BinarySecretKeyIdentifierClause(Byte[], Boolean, Byte[], Int32) |
使用指定的值,初始化 BinarySecretKeyIdentifierClause 類別的新執行個體。 |
屬性
CanCreateKey |
取得值,這個值表示此類別的執行個體是否可以建立安全性金鑰。 |
ClauseType |
取得金鑰識別碼子句型別。 (繼承來源 SecurityKeyIdentifierClause) |
DerivationLength |
取得衍生金鑰大小。 (繼承來源 SecurityKeyIdentifierClause) |
Id |
取得或設定金鑰識別碼子句 ID。 (繼承來源 SecurityKeyIdentifierClause) |
方法
CreateKey() |
建立安全性金鑰。 |
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetBuffer() |
取得表示金鑰識別碼的二進位資料。 (繼承來源 BinaryKeyIdentifierClause) |
GetDerivationNonce() |
取得用來產生衍生金鑰的 Nonce。 (繼承來源 SecurityKeyIdentifierClause) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetKeyBytes() |
取得表示金鑰的位元組陣列。 |
GetRawBuffer() |
取得表示金鑰識別碼的二進位資料。 (繼承來源 BinaryKeyIdentifierClause) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
Matches(Byte[]) |
傳回值,這個值會指出目前執行個體的二進位資料是否符合指定的二進位資料。 (繼承來源 BinaryKeyIdentifierClause) |
Matches(Byte[], Int32) |
傳回值,這個值會指出目前執行個體的二進位資料是否相等於具有所指定偏差的已指定二進位資料。 (繼承來源 BinaryKeyIdentifierClause) |
Matches(SecurityKeyIdentifierClause) |
檢查指定子句的金鑰是否與這個執行個體的金鑰相符。 |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |