다음을 통해 공유


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>

세션이 종료되어야 하는 시간입니다.

적용 대상