2 implementations of ChallengeAsync
Microsoft.AspNetCore.Authentication (1)
AuthenticationHandler.cs (1)
306
public async Task
ChallengeAsync
(AuthenticationProperties? properties)
Microsoft.AspNetCore.Server.IISIntegration (1)
AuthenticationHandler.cs (1)
31
public Task
ChallengeAsync
(AuthenticationProperties? properties)
1 reference to ChallengeAsync
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationService.cs (1)
121
await handler.
ChallengeAsync
(properties);