SamlAuthenticationClaimResource.AuthenticationInstant 属性

定义

获取对主题进行身份验证的时刻。

public:
 property DateTime AuthenticationInstant { DateTime get(); };
public DateTime AuthenticationInstant { get; }
member this.AuthenticationInstant : DateTime
Public ReadOnly Property AuthenticationInstant As DateTime

属性值

一个 DateTime,它指定对主题进行身份验证的时刻。

注解

AuthenticationInstant 属性 (Property) 对应于 OASIS 安全断言标记语言 (SAML) 断言和协议规范中定义的 AuthenticationInstant 元素的 <AuthenticationStatement> 属性 (Attribute)。

适用于