Partager via


Propriété IAuthenticationManager.AuthenticationResponseGrant

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

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

Syntaxe

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

value = instance.AuthenticationResponseGrant

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

Valeur de propriété

Type : Microsoft.Owin.Security.AuthenticationResponseGrant
Réponse d'octroi suite à l'authentification.

Voir aussi

Référence

IAuthenticationManager Interface

Espace de noms Microsoft.Owin.Security