Udostępnij za pośrednictwem


IAuthenticationSchemeProvider.GetDefaultSignInSchemeAsync Metoda

Definicja

Zwraca schemat, który będzie używany domyślnie dla SignInAsync(HttpContext, String, ClaimsPrincipal, AuthenticationProperties)elementu . Jest to zwykle określane za pośrednictwem polecenia DefaultSignInScheme. W przeciwnym razie nastąpi powrót do DefaultSchemeelementu .

public:
 System::Threading::Tasks::Task<Microsoft::AspNetCore::Authentication::AuthenticationScheme ^> ^ GetDefaultSignInSchemeAsync();
public System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticationScheme> GetDefaultSignInSchemeAsync ();
public System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticationScheme?> GetDefaultSignInSchemeAsync ();
abstract member GetDefaultSignInSchemeAsync : unit -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticationScheme>
Public Function GetDefaultSignInSchemeAsync () As Task(Of AuthenticationScheme)

Zwraca

Schemat, który będzie domyślnie używany dla SignInAsync(HttpContext, String, ClaimsPrincipal, AuthenticationProperties)programu .

Dotyczy