Condividi tramite


AuthenticationSchemeProvider.GetDefaultChallengeSchemeAsync Metodo

Definizione

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

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

Restituisce

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

Implementazioni

Si applica a