次の方法で共有


AuthenticationInformation.NotOnOrAfter プロパティ

定義

セッション インデックスで参照されるセッションが終了されたと判断する必要がある時刻を取得または設定します。

public:
 property Nullable<DateTime> NotOnOrAfter { Nullable<DateTime> get(); void set(Nullable<DateTime> value); };
public DateTime? NotOnOrAfter { get; set; }
member this.NotOnOrAfter : Nullable<DateTime> with get, set
Public Property NotOnOrAfter As Nullable(Of DateTime)

プロパティ値

Nullable<DateTime>

セッションが終了されたと判断する必要がある時刻。

適用対象