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)

Inheritance Hierarchy

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

Syntax

public static class CookieAuthenticationDefaults
public ref class CookieAuthenticationDefaults abstract sealed 
[<AbstractClass>]
[<Sealed>]
type CookieAuthenticationDefaults = class end
Public NotInheritable Class CookieAuthenticationDefaults

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static AuthenticationType

The default value used for CookieAuthenticationOptions.AuthenticationType.

System_CAPS_pubfieldSystem_CAPS_static CookiePrefix

The prefix used to provide a default CookieAuthenticationOptions.CookieName.

System_CAPS_pubfieldSystem_CAPS_static LoginPath

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

System_CAPS_pubfieldSystem_CAPS_static LogoutPath

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

System_CAPS_pubfieldSystem_CAPS_static ReturnUrlParameter

The default value of the CookieAuthenticationOptions.ReturnUrlParameter.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Owin.Security.Cookies Namespace

Return to top