CookieAuthenticationDefaults Class

Default values related to cookie-based authentication middleware

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public NotInheritable Class CookieAuthenticationDefaults
'Usage
public static class CookieAuthenticationDefaults
public ref class CookieAuthenticationDefaults abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type CookieAuthenticationDefaults =  class end
public final class CookieAuthenticationDefaults

The CookieAuthenticationDefaults type exposes the following members.

Fields

  Name Description
Public fieldStatic member AuthenticationType The default value used for CookieAuthenticationOptions.AuthenticationType
Public fieldStatic member CookiePrefix The prefix used to provide a default CookieAuthenticationOptions.CookieName
Public fieldStatic member LoginPath The default value used by UseApplicationSignInCookie for the CookieAuthenticationOptions.LoginPath
Public fieldStatic member LogoutPath The default value used by UseApplicationSignInCookie for the CookieAuthenticationOptions.LogoutPath
Public fieldStatic member ReturnUrlParameter The default value of the CookieAuthenticationOptions.ReturnUrlParameter

Top

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

Reference

Microsoft.Owin.Security.Cookies Namespace