RequestSecurityTokenResponse.RequestedTokenCancelled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.