ICookieManager Interface
Namespace: Microsoft.Owin.Infrastructure
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public interface ICookieManager
public interface class ICookieManager
type ICookieManager = interface end
Public Interface ICookieManager
Methods
Name | Description | |
---|---|---|
AppendResponseCookie(IOwinContext, String, String, CookieOptions) | ||
DeleteCookie(IOwinContext, String, CookieOptions) | ||
GetRequestCookie(IOwinContext, String) |
See Also
Microsoft.Owin.Infrastructure Namespace
Return to top