CookieAuthenticationDefaults.LoginPath Field

The default value used by UseApplicationSignInCookie for the CookieAuthenticationOptions.LoginPath

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

Syntax

'Declaration
Public Shared ReadOnly LoginPath As PathString
'Usage
Dim value As PathString 

value = CookieAuthenticationDefaults.LoginPath
public static readonly PathString LoginPath
public:
static initonly PathString LoginPath
static val LoginPath: PathString
public static final var LoginPath : PathString

See Also

Reference

CookieAuthenticationDefaults Class

Microsoft.Owin.Security.Cookies Namespace