ChallengeHttpResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An IResult that on execution invokes HttpContext.ChallengeAsync.
public sealed class ChallengeHttpResult : Microsoft.AspNetCore.Http.IResult
type ChallengeHttpResult = class
interface IResult
Public NotInheritable Class ChallengeHttpResult
Implements IResult
- Inheritance
-
ChallengeHttpResult
- Implements
Properties
AuthenticationSchemes |
Gets the authentication schemes that are challenged. |
Properties |
Gets the AuthenticationProperties used to perform the sign-out operation. |
Methods
ExecuteAsync(HttpContext) |
Write an HTTP response reflecting the result. |