Click or drag to resize

AntiForgeryConfigCookieName Property

Specifies the name of the cookie that is used by the anti-forgery system.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public static string CookieName { get; set; }
View Source

Property Value

String
Remarks
If an explicit name is not provided, the system will automatically generate a name.
See Also