Condividi tramite


IAuthenticationSchemeProvider.GetDefaultForbidSchemeAsync Metodo

Definizione

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

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

Restituisce

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

Si applica a