18 implementations of ChallengeAsync
Microsoft.AspNetCore.Authentication (1)
AuthenticationHandler.cs (1)
306public async Task ChallengeAsync(AuthenticationProperties? properties)
Microsoft.AspNetCore.Authentication.Core.Test (7)
AuthenticationSchemeProviderTests.cs (1)
263public Task ChallengeAsync(AuthenticationProperties? properties)
AuthenticationServiceTests.cs (5)
264public Task ChallengeAsync(AuthenticationProperties? properties) 287public Task ChallengeAsync(AuthenticationProperties? properties) 320public Task ChallengeAsync(AuthenticationProperties? properties) 348public Task ChallengeAsync(AuthenticationProperties? properties) 386public Task ChallengeAsync(AuthenticationProperties? properties)
TokenExtensionTests.cs (1)
168public Task ChallengeAsync(AuthenticationProperties? properties)
Microsoft.AspNetCore.Authentication.Test (6)
AuthenticationMiddlewareTests.cs (3)
255public Task ChallengeAsync(AuthenticationProperties properties) 297public Task ChallengeAsync(AuthenticationProperties properties) 338public Task ChallengeAsync(AuthenticationProperties properties)
PolicyTests.cs (2)
380public Task ChallengeAsync(AuthenticationProperties properties) 430public Task ChallengeAsync(AuthenticationProperties properties)
TestHandlers.cs (1)
77public Task ChallengeAsync(AuthenticationProperties properties)
Microsoft.AspNetCore.Identity.Test (1)
SecurityStampValidatorTest.cs (1)
26public 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)
125await handler.ChallengeAsync(properties);