다음을 통해 공유


Saml2AuthenticationStatement.SessionNotOnOrAfter 속성

정의

주체에 의해 식별된 보안 주체와 이 문을 발행하는 SAML 기관 간의 세션이 종료된 것으로 간주되어야 하는 시간을 가져오거나 설정합니다. [Saml2Core, 2.7.2]

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

속성 값

UTC의 세션 만료 시간을 나타내는 nullable DateTime 입니다. 특성이 지정되었는지 여부를 나타내는 null 값입니다.

설명

SessionNotOnOrAfter 특성입니다.

적용 대상