CookieAuthenticationOptions.CookieManager Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The component used to get cookies from the request or set them on the response.
ChunkingCookieManager will be used by default.
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