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