4 implementations of ForbidAsync
Microsoft.AspNetCore.Authentication (1)
AuthenticationHandler.cs (1)
321public async Task ForbidAsync(AuthenticationProperties? properties)
Microsoft.AspNetCore.Server.HttpSys (1)
AuthenticationHandler.cs (1)
30public Task ForbidAsync(AuthenticationProperties? properties)
Microsoft.AspNetCore.Server.IIS (1)
Core\IISServerAuthenticationHandlerInternal.cs (1)
49public 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);