Partager via


Propriété IAuthenticationManager.AuthenticationResponseRevoke

Obtient ou définit la réponse de révocation suite à l'authentification.

Espace de noms :  Microsoft.Owin.Security
Assembly :  Microsoft.Owin (en Microsoft.Owin.dll)

Syntaxe

'Déclaration
Property AuthenticationResponseRevoke As AuthenticationResponseRevoke 
    Get 
    Set
'Utilisation
Dim instance As IAuthenticationManager 
Dim value As AuthenticationResponseRevoke 

value = instance.AuthenticationResponseRevoke

instance.AuthenticationResponseRevoke = value
AuthenticationResponseRevoke AuthenticationResponseRevoke { get; set; }
property AuthenticationResponseRevoke^ AuthenticationResponseRevoke {
    AuthenticationResponseRevoke^ get ();
    void set (AuthenticationResponseRevoke^ value);
}
abstract AuthenticationResponseRevoke : AuthenticationResponseRevoke with get, set
function get AuthenticationResponseRevoke () : AuthenticationResponseRevoke 
function set AuthenticationResponseRevoke (value : AuthenticationResponseRevoke)

Valeur de propriété

Type : Microsoft.Owin.Security.AuthenticationResponseRevoke
Réponse de révocation suite à l'authentification.

Voir aussi

Référence

IAuthenticationManager Interface

Espace de noms Microsoft.Owin.Security