7 references to ChallengeResult
Microsoft.AspNetCore.Mvc.Core (4)
ChallengeResult.cs (3)
40: this(authenticationSchemes, properties: null) 51: this(Array.Empty<string>(), properties) 63: this(new[] { authenticationScheme }, properties)
ControllerBase.cs (1)
2375=> new ChallengeResult(authenticationSchemes, properties);
Microsoft.AspNetCore.Mvc.Core.Test (1)
ChallengeResultTest.cs (1)
47var result = new ChallengeResult(new string[] { }, null);
Microsoft.AspNetCore.Mvc.RazorPages (2)
PageBase.cs (1)
205=> new ChallengeResult(authenticationSchemes, properties);
PageModel.cs (1)
537=> new ChallengeResult(authenticationSchemes, properties);