Saml2AssertionKeyIdentifierClause 类
定义
表示 SecurityKeyIdentifierClause 实施,用于引用基于 SAML2 的安全标记。Represents a SecurityKeyIdentifierClause implementation for referencing SAML2-based security tokens.
public ref class Saml2AssertionKeyIdentifierClause : System::IdentityModel::Tokens::SecurityKeyIdentifierClause
public class Saml2AssertionKeyIdentifierClause : System.IdentityModel.Tokens.SecurityKeyIdentifierClause
type Saml2AssertionKeyIdentifierClause = class
inherit SecurityKeyIdentifierClause
Public Class Saml2AssertionKeyIdentifierClause
Inherits SecurityKeyIdentifierClause
- 继承
构造函数
| Saml2AssertionKeyIdentifierClause(String) |
为指定的 ID初始化 Saml2AssertionKeyIdentifierClause 类的新实例。Initializes a new instance of the Saml2AssertionKeyIdentifierClause class for the specified ID. |
| Saml2AssertionKeyIdentifierClause(String, Byte[], Int32) |
使用指定的密钥大小、 ID 、 nonce 初始化 Saml2AssertionKeyIdentifierClause 类的新实例。Initializes a new instance of the Saml2AssertionKeyIdentifierClause class for the specified ID, nonce, and key size. |
属性
| CanCreateKey |
获取一个值,该值指示是否可以创建密钥。Gets a value that indicates whether a key can be created. (继承自 SecurityKeyIdentifierClause) |
| ClauseType |
获取密钥标识符子句类型。Gets the key identifier clause type. (继承自 SecurityKeyIdentifierClause) |
| DerivationLength |
获取派生密钥的大小。Gets the size of the derived key. (继承自 SecurityKeyIdentifierClause) |
| Id |
获取或设置密钥标识符子句 ID。Gets or sets the key identifier clause ID. (继承自 SecurityKeyIdentifierClause) |
方法
| CreateKey() |
基于传入构造函数的参数创建密钥。Creates a key based on the parameters passed into the constructor. (继承自 SecurityKeyIdentifierClause) |
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| GetDerivationNonce() |
获取用于生成派生密钥的 Nonce。Gets the nonce that was used to generate the derived key. (继承自 SecurityKeyIdentifierClause) |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| Matches(SecurityKeyIdentifierClause) |
返回一个值,该值指示此实例的密钥标识符是否等效于指定的密钥标识符子句。Returns a value that indicates whether the key identifier for this instance is equivalent to the specified key identifier clause. |
| Matches(String, SecurityKeyIdentifierClause) |
返回一个值,该值指示断言的密钥标识符是否等效于指定的密钥标识符子句。Returns a value that indicates whether the key identifier for an assertion is equivalent to the specified key identifier clause. |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| ToString() |
返回表示当前实例的字符串。Returns a string that represents the current instance. |