Partager via


IAuthenticationSchemeProvider.GetDefaultChallengeSchemeAsync Méthode

Définition

Retourne le schéma qui sera utilisé par défaut pour ChallengeAsync(HttpContext, String, AuthenticationProperties). Cela est généralement spécifié via DefaultChallengeScheme. Dans le cas contraire, cette opération sera de secours vers 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)

Retours

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

S’applique à