次の方法で共有


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 プロパティは、『Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML)』の仕様で定義されている AuthenticationInstant 要素の <AuthenticationStatement> 属性に対応します。

適用対象