Share via


BaseCookieContext Class

Definition

public ref class BaseCookieContext : Microsoft::AspNetCore::Authentication::BaseContext
public class BaseCookieContext : Microsoft.AspNetCore.Authentication.BaseContext
type BaseCookieContext = class
    inherit BaseContext
Public Class BaseCookieContext
Inherits BaseContext
Inheritance
BaseCookieContext
Derived

Constructors

Name Description
BaseCookieContext(HttpContext, CookieAuthenticationOptions)

Properties

Name Description
HttpContext (Inherited from BaseContext)
Options
Request (Inherited from BaseContext)
Response (Inherited from BaseContext)

Applies to