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

'Declaration
Public Property CookieManager As ICookieManager 
    Get 
    Set
'Usage
Dim instance As CookieAuthenticationOptions 
Dim value As ICookieManager 

value = instance.CookieManager

instance.CookieManager = value
public ICookieManager CookieManager { get; set; }
public:
property ICookieManager^ CookieManager {
    ICookieManager^ get ();
    void set (ICookieManager^ value);
}
member CookieManager : ICookieManager with get, set
function get CookieManager () : ICookieManager 
function set CookieManager (value : ICookieManager)

Property Value

Type: Microsoft.Owin.Infrastructure.ICookieManager
Returns ICookieManager.

See Also

Reference

CookieAuthenticationOptions Class

Microsoft.Owin.Security.Cookies Namespace