RequestSecurityTokenResponse.RequestedTokenCancelled Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta l'elemento 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
Valore della proprietà
true
se il token è stato annullato; in caso contrario, false
.
Commenti
Se la RequestedTokenCancelled proprietà è true
la risposta contiene un elemento wst:RequestedTokenCancelled, che indica che la richiesta Cancel ha avuto esito positivo e il token è stato annullato. Se è false
, l'elemento non è stato incluso nella risposta e il token non è stato annullato.