Share via


RequestSecurityTokenResponse.RequestedTokenCancelled Proprietà

Definizione

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.

Si applica a