SignOutHttpResult 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.SignOutAsync.
public sealed class SignOutHttpResult : Microsoft.AspNetCore.Http.IResult
type SignOutHttpResult = class
interface IResult
Public NotInheritable Class SignOutHttpResult
Implements IResult
- Inheritance
-
SignOutHttpResult
- 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. |