CookieAuthenticationDefaults Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Default values related to cookie-based authentication handler
public ref class CookieAuthenticationDefaults abstract sealed
public static class CookieAuthenticationDefaults
type CookieAuthenticationDefaults = class
Public Class CookieAuthenticationDefaults
- Inheritance
-
CookieAuthenticationDefaults
Fields
AccessDeniedPath |
The default value used by CookieAuthenticationMiddleware for the CookieAuthenticationOptions.AccessDeniedPath |
AuthenticationScheme |
The default value used for CookieAuthenticationOptions.AuthenticationScheme |
CookiePrefix |
The prefix used to provide a default CookieAuthenticationOptions.CookieName |
LoginPath |
The default value used by CookieAuthenticationMiddleware for the CookieAuthenticationOptions.LoginPath |
LogoutPath |
The default value used by CookieAuthenticationMiddleware for the CookieAuthenticationOptions.LogoutPath |
ReturnUrlParameter |
The default value of the CookieAuthenticationOptions.ReturnUrlParameter |