SamlAuthenticationStatement 类

定义

表示 SamlSecurityToken 安全令牌的声明,它断言在特定时间以特定方式对主题进行身份验证。

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

注解

SamlSecurityToken 安全令牌使用 SAML 断言指定其声明,这些断言可指定何时对主题进行身份验证。 SAML 断言中的声明由 SAML 语句表示。 SAML 规范定义了一组 SAML 语句类型,其中一个类型为 SamlAuthenticationStatement。 一个 SamlAuthenticationStatement,它断言语句的主题是在特定时间以特定方式进行身份验证的。

构造函数

SamlAuthenticationStatement()

初始化 SamlAuthenticationStatement 类的新实例。

SamlAuthenticationStatement(SamlSubject, String, DateTime, String, String, IEnumerable<SamlAuthorityBinding>)

使用指定的身份验证详细信息初始化 SamlAuthenticationStatement 类的新实例。

属性

AuthenticationInstant

获取或设置主题进行身份验证的时刻。

AuthenticationMethod

获取或设置用于对主题进行身份验证的方法。

AuthorityBindings

获取关于主题的附加信息。

ClaimType

获取安全声明的类型。

DnsAddress

获取或设置对主题进行身份验证的计算机所在的 DNS 域名。

IPAddress

获取或设置对主题进行身份验证的计算机的 IP 地址。

IsReadOnly

获取一个值,该值指示此实例的属性是否是只读的。

SamlSubject

获取或设置 SamlSecurityToken 安全令牌的主题。

(继承自 SamlSubjectStatement)

方法

AddClaimsToList(IList<Claim>)

根据此实例的属性将声明添加到指定的声明集合。

CreatePolicy(ClaimSet, SamlSecurityTokenAuthenticator)

SamlSecurityToken 安全令牌创建授权策略。

(继承自 SamlSubjectStatement)
Equals(Object)

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

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MakeReadOnly()

将此实例设置为只读的。

MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ReadXml(XmlDictionaryReader, SamlSerializer, SecurityTokenSerializer, SecurityTokenResolver)

从指定的 XML 读取器读取 SAML 身份验证语句。

SetSubject(SamlSubject)

设置 SamlSecurityToken 安全令牌的主题。

(继承自 SamlSubjectStatement)
ToString()

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

(继承自 Object)
WriteXml(XmlDictionaryWriter, SamlSerializer, SecurityTokenSerializer)

将 SAML 身份验证语句写入指定的 XML 序列化程序。

适用于