Condividi tramite


NegotiateHandler.HandleAuthenticateAsync Metodo

Definizione

Verifica se la richiesta corrente è autenticata e restituisce l'utente.

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)

Restituisce

Si applica a