Click or drag to resize

AntiForgeryConfigRequireSsl Property

Specifies whether SSL is required for the anti-forgery system to operate. If this setting is 'true' and a non-SSL request comes into the system, all anti-forgery APIs will fail.

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

Property Value

Boolean
See Also