DefaultAuthenticationTypes.ApplicationCookie Field

Default value for the main application cookie used by UseSignInCookies

Namespace:  Microsoft.AspNet.Identity
Assembly:  Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)

Syntax

'Declaration
Public Const ApplicationCookie As String
'Usage
Dim value As String 

value = DefaultAuthenticationTypes.ApplicationCookie
public const string ApplicationCookie
public:
literal String^ ApplicationCookie
static val mutable ApplicationCookie: string
public const var ApplicationCookie : String

See Also

Reference

DefaultAuthenticationTypes Class

Microsoft.AspNet.Identity Namespace