BinarySecretKeyIdentifierClause 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示二进制机密安全令牌中的密钥标识符子句。
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
- 继承
构造函数
属性
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[], Int32) |
返回一个值,该值指示当前实例的二进制数据是否与指定偏移量处的指定二进制数据等效。 (继承自 BinaryKeyIdentifierClause) |
Matches(Byte[]) |
返回一个值,该值指示当前实例的二进制数据是否与指定的二进制数据匹配。 (继承自 BinaryKeyIdentifierClause) |
Matches(SecurityKeyIdentifierClause) |
比较指定子句的键是否与此实例的键匹配。 |
MemberwiseClone() |
创建当前 Object的浅表副本。 (继承自 Object) |
ToString() |
返回一个表示当前对象的字符串。 (继承自 Object) |