EmptySecurityKeyIdentifierClause 类

定义

表示空间值标识符子句。 当 <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 类的新实例。

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)

适用于