Partager via


Méthode IAuthenticationManager.AuthenticateAsync (String)

Authentifie le résultat de manière asynchrone.

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

Syntaxe

'Déclaration
Function AuthenticateAsync ( _
    authenticationType As String _
) As Task(Of AuthenticateResult)
'Utilisation
Dim instance As IAuthenticationManager 
Dim authenticationType As String 
Dim returnValue As Task(Of AuthenticateResult)

returnValue = instance.AuthenticateAsync(authenticationType)
Task<AuthenticateResult> AuthenticateAsync(
    string authenticationType
)
Task<AuthenticateResult^>^ AuthenticateAsync(
    String^ authenticationType
)
abstract AuthenticateAsync : 
        authenticationType:string -> Task<AuthenticateResult> 
function AuthenticateAsync(
    authenticationType : String
) : Task<AuthenticateResult>

Paramètres

  • authenticationType
    Type : System.String
    Le type d'authentification.

Valeur de retour

Type : System.Threading.Tasks.Task<AuthenticateResult>
Résultat à authentifier de manière asynchrone.

Voir aussi

Référence

IAuthenticationManager Interface

Surcharge AuthenticateAsync

Espace de noms Microsoft.Owin.Security