次の方法で共有


SamlAuthenticationClaimResource.AuthenticationInstant プロパティ

定義

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

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

プロパティ値

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

注釈

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

適用対象