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

BaseCookieContext(HttpContext, CookieAuthenticationOptions)

Properties

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

Applies to