Condividi tramite


IAuthenticationSchemeProvider.GetDefaultChallengeSchemeAsync Metodo

Definizione

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

Restituisce

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

Si applica a