Condividi tramite


AuthenticationHandler<TOptions>.HandleAuthenticateAsync Metodo

Definizione

Consente ai tipi derivati di gestire l'autenticazione.

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)

Restituisce

Oggetto AuthenticateResult.

Si applica a