Share via


CookieAuthenticationOptions.CookieManager Vlastnost

Definice

Komponenta použitá k získání souborů cookie z požadavku nebo k jejich nastavení v odpovědi.

Ve výchozím nastavení se použije chunkingCookieManager.

public:
 property Microsoft::AspNetCore::Authentication::Cookies::ICookieManager ^ CookieManager { Microsoft::AspNetCore::Authentication::Cookies::ICookieManager ^ get(); void set(Microsoft::AspNetCore::Authentication::Cookies::ICookieManager ^ value); };
public Microsoft.AspNetCore.Authentication.Cookies.ICookieManager CookieManager { get; set; }
member this.CookieManager : Microsoft.AspNetCore.Authentication.Cookies.ICookieManager with get, set
Public Property CookieManager As ICookieManager

Hodnota vlastnosti

Platí pro