言語

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)

プロパティ値

セッションが終了したと見なす必要がある時間。

適用対象