CookieSigningOutContext Class

Context object passed to the ICookieAuthenticationEvents method SigningOut

Namespace
Microsoft.AspNetCore.Authentication.Cookies
Assemblies
  • Microsoft.AspNetCore.Authentication.Cookies

Syntax

public class CookieSigningOutContext : BaseCookieContext
class Microsoft.AspNetCore.Authentication.Cookies.CookieSigningOutContext

Constructors

CookieSigningOutContext(Microsoft.AspNetCore.Http.HttpContext, Microsoft.AspNetCore.Builder.CookieAuthenticationOptions, Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties, Microsoft.AspNetCore.Http.CookieOptions)
public CookieSigningOutContext(HttpContext context, CookieAuthenticationOptions options, AuthenticationProperties properties, CookieOptions cookieOptions)

Properties

Microsoft.AspNetCore.Authentication.Cookies.CookieSigningOutContext.CookieOptions

The options for creating the outgoing cookie. May be replace or altered during the SigningOut call.

Return type:Microsoft.AspNetCore.Http.CookieOptions
public CookieOptions CookieOptions { get; set; }
Microsoft.AspNetCore.Authentication.Cookies.CookieSigningOutContext.Properties
Return type:Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties
public AuthenticationProperties Properties { get; set; }