2 implementations of ChallengeAsync
Microsoft.AspNetCore.Authentication (1)
AuthenticationHandler.cs (1)
306public async 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);