Lire en anglais

Partager via


AuthenticationHandler<TOptions>.HandleForbiddenAsync Méthode

Définition

Surcharges

HandleForbiddenAsync(AuthenticationProperties)

Remplacez cette méthode pour gérer l’interdiction.

HandleForbiddenAsync(ChallengeContext)

Remplacez cette méthode pour traiter un défi interdit.

HandleForbiddenAsync(AuthenticationProperties)

Source:
AuthenticationHandler.cs
Source:
AuthenticationHandler.cs
Source:
AuthenticationHandler.cs

Remplacez cette méthode pour gérer l’interdiction.

protected virtual System.Threading.Tasks.Task HandleForbiddenAsync (Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);

Paramètres

Retours

Tâche.

S’applique à

HandleForbiddenAsync(ChallengeContext)

Remplacez cette méthode pour traiter un défi interdit.

protected virtual System.Threading.Tasks.Task<bool> HandleForbiddenAsync (Microsoft.AspNetCore.Http.Features.Authentication.ChallengeContext context);

Paramètres

Retours

La valeur booléenne retournée est ignorée.

S’applique à