Partager via


IAuthenticationSchemeProvider.GetDefaultSignInSchemeAsync Méthode

Définition

Retourne le schéma qui sera utilisé par défaut pour SignInAsync(HttpContext, String, ClaimsPrincipal, AuthenticationProperties). Cela est généralement spécifié via DefaultSignInScheme. Dans le cas contraire, cette opération sera de secours vers DefaultScheme.

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)

Retours

Schéma qui sera utilisé par défaut pour SignInAsync(HttpContext, String, ClaimsPrincipal, AuthenticationProperties).

S’applique à