다음을 통해 공유


SamlAuthenticationStatement.AuthenticationInstant 속성

정의

주체가 인증된 시간을 가져오거나 설정합니다.

public:
 property DateTime AuthenticationInstant { DateTime get(); void set(DateTime value); };
public DateTime AuthenticationInstant { get; set; }
member this.AuthenticationInstant : DateTime with get, set
Public Property AuthenticationInstant As DateTime

속성 값

주체가 인증된 시간을 지정하는 DateTime입니다.

예외 종류 조건
InvalidOperationException AuthenticationInstant 속성이 설정되고 IsReadOnly 속성이 true인 경우

설명

시간은 UTC(협정 세계시)에 저장됩니다.

속성은 AuthenticationInstant OASIS SAML(Security Assertion Markup Language) 사양에 대한 어설션 및 프로토콜에 정의된 요소의 <AuthenticationStatement> 특성에 해당 AuthenticationInstant 합니다.

적용 대상