4 implementations of ChallengeAsync
Microsoft.AspNetCore.Authentication (1)
AuthenticationHandler.cs (1)
306public async Task ChallengeAsync(AuthenticationProperties? properties)
Microsoft.AspNetCore.Server.HttpSys (1)
AuthenticationHandler.cs (1)
24public Task ChallengeAsync(AuthenticationProperties? properties)
Microsoft.AspNetCore.Server.IIS (1)
Core\IISServerAuthenticationHandlerInternal.cs (1)
39public Task ChallengeAsync(AuthenticationProperties? properties)
Microsoft.AspNetCore.Server.IISIntegration (1)
AuthenticationHandler.cs (1)
31public Task ChallengeAsync(AuthenticationProperties? properties)
1 reference to ChallengeAsync
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationService.cs (1)
121await handler.ChallengeAsync(properties);