Partager via


AuthenticationHandler<TOptions>.HandleAuthenticateAsync Méthode

Définition

Permet aux types dérivés de gérer l’authentification.

protected:
 abstract System::Threading::Tasks::Task<Microsoft::AspNetCore::Authentication::AuthenticateResult ^> ^ HandleAuthenticateAsync();
protected abstract System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticateResult> HandleAuthenticateAsync ();
abstract member HandleAuthenticateAsync : unit -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticateResult>
Protected MustOverride Function HandleAuthenticateAsync () As Task(Of AuthenticateResult)

Retours

L’AuthenticateResultopérateur

S’applique à