CookieAuthenticationDefaults Class

 

Default values related to cookie-based authentication middleware.

Namespace:   Microsoft.Owin.Security.Cookies
Assembly:  Microsoft.Owin.Security.Cookies (in Microsoft.Owin.Security.Cookies.dll)

System::Object
  Microsoft.Owin.Security.Cookies::CookieAuthenticationDefaults

public ref class CookieAuthenticationDefaults abstract sealed 

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticAuthenticationType

The default value used for CookieAuthenticationOptions.AuthenticationType.

System_CAPS_pubfieldSystem_CAPS_staticCookiePrefix

The prefix used to provide a default CookieAuthenticationOptions.CookieName.

System_CAPS_pubfieldSystem_CAPS_staticLoginPath

The default value used by UseApplicationSignInCookie for the CookieAuthenticationOptions.LoginPath.

System_CAPS_pubfieldSystem_CAPS_staticLogoutPath

The default value used by UseApplicationSignInCookie for the CookieAuthenticationOptions.LogoutPath.

System_CAPS_pubfieldSystem_CAPS_staticReturnUrlParameter

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.

Return to top
Show: