3 references to new
Microsoft.AspNetCore.Http.Results (3)
ChallengeHttpResult.cs (2)
30
:
this
(authenticationSchemes, properties: null)
42
:
this
(new[] { authenticationScheme }, properties)
TypedResults.cs (1)
41
=>
new
(authenticationSchemes: authenticationSchemes ?? Array.Empty<string>(), properties);