SecurityKeyIdentifierClause 类

定义

表示密钥标识符子句的抽象基类。

public ref class SecurityKeyIdentifierClause abstract
public abstract class SecurityKeyIdentifierClause
type SecurityKeyIdentifierClause = class
Public MustInherit Class SecurityKeyIdentifierClause
继承
SecurityKeyIdentifierClause
派生

注解

除非创建自定义安全令牌服务,否则,通常不需要使用 SecurityKeyIdentifierClause。 当安全令牌服务返回安全令牌时,已颁发的安全令牌包含对附加的和未附加的安全令牌的引用。 附加引用所引用的是包含在 SOAP 消息的安全标头中的安全令牌,而未附加引用则引用未包含在 SOAP 消息的安全标头中的安全令牌。 这些引用通常确认已颁发的安全令牌的真实性。

构造函数

SecurityKeyIdentifierClause(String)

使用指定的密钥标识符子句类型初始化 SecurityKeyIdentifierClause 类的新实例。

SecurityKeyIdentifierClause(String, Byte[], Int32)

使用指定的密钥标识符子句类型、Nonce 和派生密钥长度来初始化 SecurityKeyIdentifierClause 类的新实例。

属性

CanCreateKey

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

ClauseType

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

DerivationLength

获取派生密钥的大小。

Id

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

方法

CreateKey()

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

Equals(Object)

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

(继承自 Object)
GetDerivationNonce()

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

GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
Matches(SecurityKeyIdentifierClause)

返回一个值,该值指示此实例的密钥标识符是否等效于指定的密钥标识符子句。

MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于