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 ( _
    authenticationTypes As String() _
) As Task(Of IEnumerable(Of AuthenticateResult))
'Utilisation
Dim instance As IAuthenticationManager 
Dim authenticationTypes As String()
Dim returnValue As Task(Of IEnumerable(Of AuthenticateResult))

returnValue = instance.AuthenticateAsync(authenticationTypes)
Task<IEnumerable<AuthenticateResult>> AuthenticateAsync(
    string[] authenticationTypes
)
Task<IEnumerable<AuthenticateResult^>^>^ AuthenticateAsync(
    array<String^>^ authenticationTypes
)
abstract AuthenticateAsync : 
        authenticationTypes:string[] -> Task<IEnumerable<AuthenticateResult>> 
function AuthenticateAsync(
    authenticationTypes : String[]
) : Task<IEnumerable<AuthenticateResult>>

Paramètres

  • authenticationTypes
    Type : System.String[]
    Types d'authentification.

Valeur de retour

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

Voir aussi

Référence

IAuthenticationManager Interface

Surcharge AuthenticateAsync

Espace de noms Microsoft.Owin.Security