RemoteAuthenticationHandler<TOptions>.HandleRemoteAuthenticateAsync 方法

定義

使用識別提供者驗證使用者身分識別。

方法會處理 CallbackPath 所定義端點上的要求。

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

傳回

適用於