次の方法で共有


SamlAuthenticationClaimResource.AuthenticationInstant プロパティ

定義

サブジェクトが認証された瞬間を取得します。

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

プロパティ値

サブジェクトが認証された瞬間を指定する DateTime

注釈

AuthenticationInstant プロパティは、OASIS セキュリティ アサーション マークアップ言語 (SAML) 仕様のアサーションとプロトコルで定義されている<AuthenticationStatement>要素のAuthenticationInstant属性に対応します。

適用対象