Condividi tramite


IAuthenticationSchemeProvider.GetDefaultAuthenticateSchemeAsync Metodo

Definizione

Restituisce lo schema che verrà utilizzato per impostazione predefinita per AuthenticateAsync(HttpContext, String). Questo valore viene in genere specificato tramite DefaultAuthenticateScheme. In caso contrario, verrà visualizzato il fallback a DefaultScheme.

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

Restituisce

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

Si applica a