SamlAssertionKeyIdentifierClause 类

定义

表示一个 <KeyIdentifier> 元素,它引用 SOAP 消息中的 <saml:Assertion> 元素。

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

构造函数

SamlAssertionKeyIdentifierClause(String)

使用指定的 SAML 断言标识符来初始化 SamlAssertionKeyIdentifierClause 类的新实例。

SamlAssertionKeyIdentifierClause(String, Byte[], Int32)

使用指定的 SAML 断言标识符、Nonce 和密钥长度来初始化 SamlAssertionKeyIdentifierClause 类的新实例。

属性

AssertionId

获取包含密钥标识符的 SamlAssertion 的标识符。

CanCreateKey

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

(继承自 SecurityKeyIdentifierClause)
ClauseType

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

(继承自 SecurityKeyIdentifierClause)
DerivationLength

获取派生密钥的大小。

(继承自 SecurityKeyIdentifierClause)
Id

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

(继承自 SecurityKeyIdentifierClause)

方法

CreateKey()

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

(继承自 SecurityKeyIdentifierClause)
Equals(Object)

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

(继承自 Object)
GetDerivationNonce()

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

(继承自 SecurityKeyIdentifierClause)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
Matches(SecurityKeyIdentifierClause)

确定指定的密钥标识符是否与当前实例相同。

Matches(String)

确定指定的 SAML 断言标识符是否与当前实例相同。

Matches(String, SecurityKeyIdentifierClause)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回一个 String,它包含表示当前密钥标识符子句的 SAML 断言标识符。

适用于