다음을 통해 공유


SamlConditions.NotBefore 속성

정의

SAML 어설션이 유효한 기간의 시작 시간을 가져옵니다.

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

속성 값

SAML 어설션이 유효한 기간의 시작 시간을 지정하는 DateTime입니다.

설명

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

적용 대상