CookieAuthenticationOptions.CookieManager Property
The component used to get cookies from the request or set them on the response. ChunkingCookieManager will be used by default.
Namespace: Microsoft.Owin.Security.Cookies
Assembly: Microsoft.Owin.Security.Cookies (in Microsoft.Owin.Security.Cookies.dll)
Syntax
public ICookieManager CookieManager { get; set; }
public:
property ICookieManager^ CookieManager {
ICookieManager^ get();
void set(ICookieManager^ value);
}
member CookieManager : ICookieManager with get, set
Public Property CookieManager As ICookieManager
Property Value
Type: Microsoft.Owin.Infrastructure.ICookieManager
Returns ICookieManager.
See Also
CookieAuthenticationOptions Class
Microsoft.Owin.Security.Cookies Namespace
Return to top