RequestSecurityTokenResponse.IsFinal 속성

정의

RSTR이 최종 메시지이고 이와 같이 serialize되어야 하는지 여부를 결정하는 플래그를 가져오거나 설정합니다.

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

속성 값

true RSTR이 최종 메시지인 경우 그렇지 않으면 false.

설명

이 플래그는 WS-Trust 버전이 메시지 흐름에서 최종 RSTR을 직렬화하는 규칙을 제공하는 경우에만 적용됩니다. 예를 들어 WS-Trust 1.3에서는 wst:RequestSecurityTokenResponseCollection 요소 내에 최종 RSTR을 묶어야 합니다.

적용 대상