CookieAuthenticationHandler.HandleAuthenticateAsync Método

Definição

Permite que tipos derivados manipulem a autenticação.

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

Retornos

O AuthenticateResult.

Aplica-se a