CookieSigningOutContext 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.
Context object passed to the SigningOut(CookieSigningOutContext)
public ref class CookieSigningOutContext : Microsoft::AspNetCore::Authentication::Cookies::BaseCookieContext
public ref class CookieSigningOutContext : Microsoft::AspNetCore::Authentication::PropertiesContext<Microsoft::AspNetCore::Authentication::Cookies::CookieAuthenticationOptions ^>
public class CookieSigningOutContext : Microsoft.AspNetCore.Authentication.Cookies.BaseCookieContext
public class CookieSigningOutContext : Microsoft.AspNetCore.Authentication.PropertiesContext<Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions>
type CookieSigningOutContext = class
inherit BaseCookieContext
type CookieSigningOutContext = class
inherit PropertiesContext<CookieAuthenticationOptions>
Public Class CookieSigningOutContext
Inherits BaseCookieContext
Public Class CookieSigningOutContext
Inherits PropertiesContext(Of CookieAuthenticationOptions)
- Inheritance
- Inheritance
Constructors
Properties
CookieOptions |
The options for creating the outgoing cookie. May be replace or altered during the SigningOut call. |
HttpContext | (Inherited from BaseContext) |
HttpContext |
The context. (Inherited from BaseContext<TOptions>) |
Options | (Inherited from BaseCookieContext) |
Options |
Gets the authentication options associated with the scheme. (Inherited from BaseContext<TOptions>) |
Properties | |
Properties |
Gets or sets the AuthenticationProperties. (Inherited from PropertiesContext<TOptions>) |
Request | (Inherited from BaseContext) |
Request |
The request. (Inherited from BaseContext<TOptions>) |
Response | (Inherited from BaseContext) |
Response |
The response. (Inherited from BaseContext<TOptions>) |
Scheme |
The authentication scheme. (Inherited from BaseContext<TOptions>) |