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

속성 값

RSTR이 최종 메시지이면 true이고, 그렇지 않으면 false입니다.

설명

이 플래그 Ws-trust의 버전은 메시지 흐름의 최종 RSTR 직렬화에 대 한 규칙을 제공 하는 경우에 영향을 미칩니다. 예를 들어, Ws-trust 1.3 RSTR 최종 wst:RequestSecurityTokenResponseCollection 요소 내에 묶어야 필요 합니다.

적용 대상