SamlAuthenticationStatement.AuthenticationInstant 属性

定义

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

public:
 property DateTime AuthenticationInstant { DateTime get(); void set(DateTime value); };
public DateTime AuthenticationInstant { get; set; }
member this.AuthenticationInstant : DateTime with get, set
Public Property AuthenticationInstant As DateTime

属性值

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

例外类型 条件
InvalidOperationException 设置了 AuthenticationInstant 属性,而 IsReadOnly 属性为 true

注解

时间以协调世界时 (UTC) 存储。

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

适用于