共用方式為


OpenIdConnectHandler.HandleRemoteAuthenticateAsync 方法

定義

叫用以處理傳入的 OpenIdConnect 訊息。

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

傳回

HandleRequestResult

適用於