Partager via


Propriété IAuthenticationManager.AuthenticationResponseChallenge

Obtient ou définit la stimulation/réponse de l'authentification.

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

Syntaxe

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

value = instance.AuthenticationResponseChallenge

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

Valeur de propriété

Type : Microsoft.Owin.Security.AuthenticationResponseChallenge
La stimulation/réponse de l'authentification.

Voir aussi

Référence

IAuthenticationManager Interface

Espace de noms Microsoft.Owin.Security