|
AntiForgeryConfigCookieName Property
|
Specifies the name of the cookie that is used by the anti-forgery
system.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax public static string CookieName { get; set; }
Public Shared Property CookieName As String
Get
Set
static member CookieName : string with get, set
GSF.Web.Security.AntiForgeryConfig.get_CookieName = function();
GSF.Web.Security.AntiForgeryConfig.set_CookieName = function(value);
View SourceProperty Value
StringRemarks
If an explicit name is not provided, the system will automatically
generate a name.
See Also