SamlSecurityKeyIdentifierClause 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此类适用于已收到 SamlAssertion 但 signature 元素内不包含 <ds:KeyInfo> 元素时。 KeyInfo 说明了需要检查签名的密钥。 当需要该密钥时,此子句将显示到当前 SecurityTokenResolver。 它将包含 SamlAssertion 成功读取,这能查询以确定需要的密钥。
public ref class SamlSecurityKeyIdentifierClause : System::IdentityModel::Tokens::SecurityKeyIdentifierClause
public class SamlSecurityKeyIdentifierClause : System.IdentityModel.Tokens.SecurityKeyIdentifierClause
type SamlSecurityKeyIdentifierClause = class
inherit SecurityKeyIdentifierClause
Public Class SamlSecurityKeyIdentifierClause
Inherits SecurityKeyIdentifierClause
- 继承
构造函数
SamlSecurityKeyIdentifierClause(SamlAssertion) |
初始化 SamlSecurityKeyIdentifierClause 类的新实例。 |
属性
Assertion |
获取当前与此实例关联的 Saml2Assertion。 |
CanCreateKey |
获取一个值,该值指示是否可以创建密钥。 (继承自 SecurityKeyIdentifierClause) |
ClauseType |
获取密钥标识符子句类型。 (继承自 SecurityKeyIdentifierClause) |
DerivationLength |
获取派生密钥的大小。 (继承自 SecurityKeyIdentifierClause) |
Id |
获取或设置密钥标识符子句 ID。 (继承自 SecurityKeyIdentifierClause) |
方法
CreateKey() |
基于传入构造函数的参数创建密钥。 (继承自 SecurityKeyIdentifierClause) |
Equals(Object) |
确定指定对象是否等于当前对象。 (继承自 Object) |
GetDerivationNonce() |
获取用于生成派生密钥的 Nonce。 (继承自 SecurityKeyIdentifierClause) |
GetHashCode() |
作为默认哈希函数。 (继承自 Object) |
GetType() |
获取当前实例的 Type。 (继承自 Object) |
Matches(SecurityKeyIdentifierClause) |
返回一个值,该值指示此实例的密钥标识符是否等效于指定的密钥标识符子句。 (继承自 SecurityKeyIdentifierClause) |
MemberwiseClone() |
创建当前 Object 的浅表副本。 (继承自 Object) |
ToString() |
返回表示当前对象的字符串。 (继承自 Object) |