8 references to ChallengeAsync
Microsoft.AspNetCore.Authentication (1)
AuthenticationHandler.cs (1)
311
await Context.
ChallengeAsync
(target, properties);
Microsoft.AspNetCore.Authentication.Abstractions (3)
AuthenticationHttpContextExtensions.cs (3)
42
context.
ChallengeAsync
(scheme, properties: null);
52
context.
ChallengeAsync
(scheme: null, properties: null);
63
context.
ChallengeAsync
(scheme: null, properties: properties);
Microsoft.AspNetCore.Http.Results (3)
ChallengeHttpResult.cs (1)
84
await httpContext.
ChallengeAsync
(scheme, Properties);
Results.cs (1)
28
/// Creates an <see cref="IResult"/> that on execution invokes <see cref="AuthenticationHttpContextExtensions.
ChallengeAsync
(HttpContext, string?, AuthenticationProperties?)" />.
TypedResults.cs (1)
28
/// Creates a <see cref="ChallengeHttpResult"/> that on execution invokes <see cref="AuthenticationHttpContextExtensions.
ChallengeAsync
(HttpContext, string?, AuthenticationProperties?)" />.
Microsoft.AspNetCore.Mvc.Core (1)
ChallengeResult.cs (1)
104
await httpContext.
ChallengeAsync
(scheme, Properties);