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