SecurityContextKeyIdentifierClause 类

定义

表示安全上下文令牌的密钥标识符子句。

public ref class SecurityContextKeyIdentifierClause : System::IdentityModel::Tokens::SecurityKeyIdentifierClause
public class SecurityContextKeyIdentifierClause : System.IdentityModel.Tokens.SecurityKeyIdentifierClause
type SecurityContextKeyIdentifierClause = class
    inherit SecurityKeyIdentifierClause
Public Class SecurityContextKeyIdentifierClause
Inherits SecurityKeyIdentifierClause
继承
SecurityContextKeyIdentifierClause

构造函数

名称 说明
SecurityContextKeyIdentifierClause(UniqueId, UniqueId, Byte[], Int32)

使用指定的值初始化类的新实例 SecurityContextKeyIdentifierClause

SecurityContextKeyIdentifierClause(UniqueId, UniqueId)

使用指定的上下文标识符和生成初始化类的新实例 SecurityContextKeyIdentifierClause

SecurityContextKeyIdentifierClause(UniqueId)

使用指定的上下文标识符初始化类的新实例 SecurityContextKeyIdentifierClause

属性

名称 说明
CanCreateKey

获取一个值,该值指示是否可以创建密钥。

(继承自 SecurityKeyIdentifierClause)
ClauseType

获取密钥标识符子句类型。

(继承自 SecurityKeyIdentifierClause)
ContextId

获取安全上下文的 ID。

DerivationLength

获取派生密钥的大小。

(继承自 SecurityKeyIdentifierClause)
Generation

获取生成。

Id

获取或设置密钥标识符子句 ID。

(继承自 SecurityKeyIdentifierClause)

方法

名称 说明
CreateKey()

基于传入构造函数的参数创建密钥。

(继承自 SecurityKeyIdentifierClause)
Equals(Object)

确定指定的对象是否等于当前对象。

(继承自 Object)
GetDerivationNonce()

获取用于生成派生密钥的 nonce。

(继承自 SecurityKeyIdentifierClause)
GetHashCode()

用作默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
Matches(SecurityKeyIdentifierClause)

将指定的 SecurityKeyIdentifierClause 实例与类的 SecurityContextKeyIdentifierClause 当前实例进行比较。

Matches(UniqueId, UniqueId)

将指定的 SecurityKeyIdentifierClause 实例与类的 SecurityContextKeyIdentifierClause 当前实例与指定的上下文标识符和生成进行比较。

MemberwiseClone()

创建当前 Object的浅表副本。

(继承自 Object)
ToString()

提供此类实例的文本表示形式。

适用于