IAuthenticationSchemeProvider.GetDefaultChallengeSchemeAsync Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Zwraca schemat, który będzie używany domyślnie dla elementu ChallengeAsync(HttpContext, String, AuthenticationProperties). Zazwyczaj jest to określane za pomocą polecenia DefaultChallengeScheme. W przeciwnym razie nastąpi powrót do elementu DefaultScheme.
public:
System::Threading::Tasks::Task<Microsoft::AspNetCore::Authentication::AuthenticationScheme ^> ^ GetDefaultChallengeSchemeAsync();
public System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticationScheme> GetDefaultChallengeSchemeAsync ();
public System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticationScheme?> GetDefaultChallengeSchemeAsync ();
abstract member GetDefaultChallengeSchemeAsync : unit -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticationScheme>
Public Function GetDefaultChallengeSchemeAsync () As Task(Of AuthenticationScheme)
Zwraca
Schemat, który będzie używany domyślnie dla programu ChallengeAsync(HttpContext, String, AuthenticationProperties).