ForbidHttpResult Class
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.ForbidAsync.
public sealed class ForbidHttpResult : Microsoft.AspNetCore.Http.IResult
type ForbidHttpResult = class
interface IResult
Public NotInheritable Class ForbidHttpResult
Implements IResult
- Inheritance
-
ForbidHttpResult
- Implements
Authentication |
Gets the authentication schemes that are challenged. |
Properties |
Gets the AuthenticationProperties used to perform the authentication challenge. |
Execute |
Write an HTTP response reflecting the result. |