SamlSecurityToken 类

定义

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

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

注解

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

构造函数

SamlSecurityToken()

初始化 SamlSecurityToken 类的新实例。

SamlSecurityToken(SamlAssertion)

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

属性

Assertion

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

Id

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

SecurityKeys

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

ValidFrom

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

ValidTo

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

方法

CanCreateKeyIdentifierClause<T>()

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

CreateKeyIdentifierClause<T>()

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

Equals(Object)

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

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
Initialize(SamlAssertion)

使用指定的 SAML 断言初始化 SamlSecurityToken 类的属性。

MatchesKeyIdentifierClause(SecurityKeyIdentifierClause)

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

MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ResolveKeyIdentifierClause(SecurityKeyIdentifierClause)

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

(继承自 SecurityToken)
ToString()

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

(继承自 Object)

适用于

另请参阅