RequestSecurityTokenResponse.RequestedTokenCancelled Property

Definition

Gets or sets the wst:RequestedTokenCancelled element.

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

Property Value

true if the token was cancelled; otherwise false.

Remarks

If the RequestedTokenCancelled property is true then the response contains a wst:RequestedTokenCancelled element, which indicates that the Cancel request succeeded and the token was cancelled. If it is false, the element was not included in the response and the token was not cancelled.

Applies to