BaseCookieContext クラス

定義

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
継承
BaseCookieContext
派生

コンストラクター

BaseCookieContext(HttpContext, CookieAuthenticationOptions)

プロパティ

HttpContext (継承元 BaseContext)
Options
Request (継承元 BaseContext)
Response (継承元 BaseContext)

適用対象