OpenIdConnectHandler.HandleRemoteAuthenticateAsync Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Dipanggil untuk memproses pesan OpenIdConnect masuk.
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)
Mengembalikan
Sebuah HandleRequestResult.