다음을 통해 공유


WSTrustMessage.Lifetime 속성

정의

RequestSecurityToken(RST) 메시지 내의 wst:Lifetime 요소의 콘텐츠를 가져오거나 설정합니다.

public:
 property System::IdentityModel::Protocols::WSTrust::Lifetime ^ Lifetime { System::IdentityModel::Protocols::WSTrust::Lifetime ^ get(); void set(System::IdentityModel::Protocols::WSTrust::Lifetime ^ value); };
public System.IdentityModel.Protocols.WSTrust.Lifetime Lifetime { get; set; }
member this.Lifetime : System.IdentityModel.Protocols.WSTrust.Lifetime with get, set
Public Property Lifetime As Lifetime

속성 값

반환된 토큰을 유효하게 하려는 시간을 나타내는 Lifetime입니다.

설명

이 선택적 요소는 반환된 보안 토큰이 유효한 동안 원하는 시간 범위를 지정합니다.

적용 대상