Partager via


AuthenticationSchemeProvider.GetDefaultAuthenticateSchemeAsync Méthode

Définition

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

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

Retours

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

Implémente

S’applique à