次の方法で共有


Saml2AuthenticationStatement.AuthenticationInstant プロパティ

定義

認証が行われた時刻を取得または設定します。 [Saml2Core, 2.7.2]

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

プロパティ値

認証の日時を UTC で表す DateTime

注釈

AuthnInstant 属性。 この属性は必須です。

適用対象