Share via


CookieAuthenticationDefaults.CookiePrefix Field

 

The prefix used to provide a default CookieAuthenticationOptions.CookieName.

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

Syntax

public const string CookiePrefix
public:
literal String^ CookiePrefix
static val mutable CookiePrefix : string
Public Const CookiePrefix As String

Field Value

Type: System.String

See Also

CookieAuthenticationDefaults Class
Microsoft.Owin.Security.Cookies Namespace

Return to top