|
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.248-beta
Syntaxpublic static string CookieName { get; set; }
Public Shared Property CookieName As String
Get
Set
public:
static property String^ CookieName {
String^ get ();
void set (String^ value);
}
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
String
Remarks
If an explicit name is not provided, the system will automatically
generate a name.
See Also