BinarySecretKeyIdentifierClause 类

定义

表示二进制秘密安全令牌中的密钥标识符子句。

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)

适用于