CookieAuthenticationOptions Constructor ()

 

Create an instance of the options initialized with the default values.

Namespace:   Microsoft.Owin.Security.Cookies
Assembly:  Microsoft.Owin.Security.Cookies (in Microsoft.Owin.Security.Cookies.dll)

Syntax

public CookieAuthenticationOptions()
public:
CookieAuthenticationOptions()
new : unit -> CookieAuthenticationOptions
Public Sub New

See Also

CookieAuthenticationOptions Class
Microsoft.Owin.Security.Cookies Namespace

Return to top