Partager via


BaseCookieContext(HttpContext, CookieAuthenticationOptions) Constructeur

Définition

public:
 BaseCookieContext(Microsoft::AspNetCore::Http::HttpContext ^ context, Microsoft::AspNetCore::Builder::CookieAuthenticationOptions ^ options);
public BaseCookieContext (Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Builder.CookieAuthenticationOptions options);
new Microsoft.AspNetCore.Authentication.Cookies.BaseCookieContext : Microsoft.AspNetCore.Http.HttpContext * Microsoft.AspNetCore.Builder.CookieAuthenticationOptions -> Microsoft.AspNetCore.Authentication.Cookies.BaseCookieContext
Public Sub New (context As HttpContext, options As CookieAuthenticationOptions)

Paramètres

context
HttpContext

S’applique à