Share via


CookieAuthenticationProvider Constructor

Create a new instance of the default provider.

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

Syntax

'Declaration
Public Sub New
'Usage
Dim instance As New CookieAuthenticationProvider()
public CookieAuthenticationProvider()
public:
CookieAuthenticationProvider()
new : unit -> CookieAuthenticationProvider
public function CookieAuthenticationProvider()

See Also

Reference

CookieAuthenticationProvider Class

Microsoft.Owin.Security.Cookies Namespace