BaseCookieContext Class

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

Syntax

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

Constructors

BaseCookieContext(Microsoft.AspNetCore.Http.HttpContext, Microsoft.AspNetCore.Builder.CookieAuthenticationOptions)
public BaseCookieContext(HttpContext context, CookieAuthenticationOptions options)

Properties

Microsoft.AspNetCore.Authentication.Cookies.BaseCookieContext.Options
Return type:Microsoft.AspNetCore.Builder.CookieAuthenticationOptions
public CookieAuthenticationOptions Options { get; }