Saml2SecurityToken 类

定义

表示基于 SAML 断言的安全令牌。

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

注解

Saml2SecurityToken 安全令牌的声明表示为 Saml2Assertion 的一部分。 Saml2Assertion 具有一组可扩展的声明,这些声明称为 SAML 语句,由 Statements 属性表示。 颁发 SAML 断言的 SAML 授权机构在 Issuer 属性中指定。

构造函数

Saml2SecurityToken(Saml2Assertion)

使用指定的 SAML 断言初始化 Saml2SecurityToken 类的新实例。

Saml2SecurityToken(Saml2Assertion, ReadOnlyCollection<SecurityKey>, SecurityToken)

使用指定的 SAML 断言、加密密钥和颁发者标记来初始化 Saml2SecurityToken 类的新实例。

属性

Assertion

获取此安全令牌的 SAML 断言。

Id

获取安全令牌的唯一标识符。

IssuerToken

获取颁发者的安全标记。

SecurityKeys

获取与安全令牌相关联的加密密钥。

ValidFrom

获取此安全令牌有效的最初时刻。

ValidTo

获取此安全令牌有效的最后时刻。

方法

CanCreateKeyIdentifierClause<T>()

获取一个值,该值指示此安全令牌能否创建指定的密钥标识符。

CreateKeyIdentifierClause<T>()

创建指定的密钥标识符子句。

Equals(Object)

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

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MatchesKeyIdentifierClause(SecurityKeyIdentifierClause)

返回一个值,该值指示此实例的密钥标识符与指定的密钥标识符是否相等。

MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ResolveKeyIdentifierClause(SecurityKeyIdentifierClause)

为指定的密钥标识符子句获取密钥。

(继承自 SecurityToken)
ToString()

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

(继承自 Object)

适用于

另请参阅