EmptySecurityKeyIdentifierClause 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示空的索引鍵識別項子句。 當 <EncryptedData>
或 <Signature>
項目沒有包含 <KeyInfo>
項目 (其是用來描述要解密資料或檢查簽章時所需的金鑰) 時,會使用這個類別
public ref class EmptySecurityKeyIdentifierClause : System::IdentityModel::Tokens::SecurityKeyIdentifierClause
public class EmptySecurityKeyIdentifierClause : System.IdentityModel.Tokens.SecurityKeyIdentifierClause
type EmptySecurityKeyIdentifierClause = class
inherit SecurityKeyIdentifierClause
Public Class EmptySecurityKeyIdentifierClause
Inherits SecurityKeyIdentifierClause
- 繼承
建構函式
EmptySecurityKeyIdentifierClause() |
初始化 EmptySecurityKeyIdentifierClause 類別的新執行個體。 |
EmptySecurityKeyIdentifierClause(Object) |
使用指定的內容初始化 EmptySecurityKeyIdentifierClause 類別的新執行個體。 |
屬性
CanCreateKey |
取得指出是否能夠建立金鑰的值。 (繼承來源 SecurityKeyIdentifierClause) |
ClauseType |
取得金鑰識別碼子句型別。 (繼承來源 SecurityKeyIdentifierClause) |
Context |
取得物件,在需要解析成特定索引鍵時用來提供提示。 |
DerivationLength |
取得衍生金鑰大小。 (繼承來源 SecurityKeyIdentifierClause) |
Id |
取得或設定金鑰識別碼子句 ID。 (繼承來源 SecurityKeyIdentifierClause) |
方法
CreateKey() |
根據傳入建構函式的參數來建立金鑰。 (繼承來源 SecurityKeyIdentifierClause) |
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetDerivationNonce() |
取得用來產生衍生金鑰的 Nonce。 (繼承來源 SecurityKeyIdentifierClause) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
Matches(SecurityKeyIdentifierClause) |
傳回值,這個值會指出這個執行個體的金鑰識別碼是否相等於指定的金鑰識別碼子句。 (繼承來源 SecurityKeyIdentifierClause) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |