Share via


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

public static readonly PathString LoginPath
public:
static initonly PathString LoginPath
static val LoginPath : PathString
Public Shared ReadOnly LoginPath As PathString

Field Value

Type: Microsoft.Owin.PathString

See Also

CookieAuthenticationDefaults Class
Microsoft.Owin.Security.Cookies Namespace

Return to top