2 implementations of ForbidAsync
Microsoft.AspNetCore.Authentication (1)
AuthenticationHandler.cs (1)
321
public async Task
ForbidAsync
(AuthenticationProperties? properties)
Microsoft.AspNetCore.Server.IISIntegration (1)
AuthenticationHandler.cs (1)
40
public Task
ForbidAsync
(AuthenticationProperties? properties)
1 reference to ForbidAsync
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationService.cs (1)
144
await handler.
ForbidAsync
(properties);