CookieAuthenticationDefaults.LogoutPath Field
The default value used by UseApplicationSignInCookie for the CookieAuthenticationOptions.LogoutPath.
Namespace: Microsoft.Owin.Security.Cookies
Assembly: Microsoft.Owin.Security.Cookies (in Microsoft.Owin.Security.Cookies.dll)
Syntax
public static readonly PathString LogoutPath
public:
static initonly PathString LogoutPath
static val LogoutPath : PathString
Public Shared ReadOnly LogoutPath As PathString
Field Value
Type: Microsoft.Owin.PathString
See Also
CookieAuthenticationDefaults Class
Microsoft.Owin.Security.Cookies Namespace
Return to top