Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class Microsoft.​AspNetCore.​Authentication.​Cookies.​CookieAuthenticationDefaults

Assembly: Microsoft.AspNetCore.Authentication.Cookies

Inheritance: object → CookieAuthenticationDefaults

Default values related to cookie-based authentication handler

Fields and Constants

public const string
AuthenticationScheme
The default value used for CookieAuthenticationOptions.AuthenticationScheme
public static readonly string
CookiePrefix
The prefix used to provide a default CookieAuthenticationOptions.CookieName
public static readonly Http.​PathString
LoginPath
The default value used by CookieAuthenticationMiddleware for the CookieAuthenticationOptions.LoginPath
public static readonly Http.​PathString
LogoutPath
The default value used by CookieAuthenticationMiddleware for the CookieAuthenticationOptions.LogoutPath
public static readonly Http.​PathString
AccessDeniedPath
The default value used by CookieAuthenticationMiddleware for the CookieAuthenticationOptions.AccessDeniedPath
public static readonly string
ReturnUrlParameter
The default value of the CookieAuthenticationOptions.ReturnUrlParameter

Methods

public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object