다음을 통해 공유


RequestSecurityTokenResponse.RequestedTokenCancelled 속성

정의

wst:RequestedTokenCancelled 요소를 가져오거나 설정합니다.

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

속성 값

토큰이 취소되었으면 true이고, 그렇지 않으면 false입니다.

설명

경우는 RequestedTokenCancelled 속성은 true 응답 취소 요청이 성공 하 고 토큰을 취소 했습니다 나타내는 wst: requestedtokencancelled 요소를 포함 합니다. 있으면 false, 요소는 응답에 포함 되지 않은 및 토큰 취소 되지 않은 합니다.

적용 대상