6 references to ChallengeResult
Microsoft.AspNetCore.Mvc.Core (4)
Authorization\AuthorizeFilter.cs (1)
189
context.Result = new
ChallengeResult
(effectivePolicy.AuthenticationSchemes.ToArray());
ChallengeResult.cs (2)
20
:
this
(Array.Empty<string>())
30
:
this
(new[] { authenticationScheme })
ControllerBase.cs (1)
2341
=> new
ChallengeResult
(authenticationSchemes);
Microsoft.AspNetCore.Mvc.RazorPages (2)
PageBase.cs (1)
173
=> new
ChallengeResult
(authenticationSchemes);
PageModel.cs (1)
505
=> new
ChallengeResult
(authenticationSchemes);