Condividi tramite


AuthenticationSchemeProvider.GetDefaultAuthenticateSchemeAsync Metodo

Definizione

Restituisce lo schema che verrà usato per impostazione predefinita per AuthenticateAsync(HttpContext, String). Questa operazione viene in genere specificata tramite DefaultAuthenticateScheme. In caso contrario, il fallback verrà visualizzato su 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)

Restituisce

Schema che verrà usato per impostazione predefinita per AuthenticateAsync(HttpContext, String).

Implementazioni

Si applica a