CookieAuthenticationDefaults Class
Default values related to cookie-based authentication middleware.
Assembly: Microsoft.Owin.Security.Cookies (in Microsoft.Owin.Security.Cookies.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | AuthenticationType | The default value used for CookieAuthenticationOptions.AuthenticationType. |
![]() ![]() | CookiePrefix | The prefix used to provide a default CookieAuthenticationOptions.CookieName. |
![]() ![]() | LoginPath | The default value used by UseApplicationSignInCookie for the CookieAuthenticationOptions.LoginPath. |
![]() ![]() | LogoutPath | The default value used by UseApplicationSignInCookie for the CookieAuthenticationOptions.LogoutPath. |
![]() ![]() | ReturnUrlParameter | The default value of the CookieAuthenticationOptions.ReturnUrlParameter. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

