Click or drag to resize

AntiForgeryConfigSuppressIdentityHeuristicChecks Property

Specifies whether the anti-forgery system should skip checking for conditions that might indicate misuse of the system. Please use caution when setting this switch, as improper use could open security holes in the application.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static bool SuppressIdentityHeuristicChecks { get; set; }
View Source

Property Value

Boolean
Remarks
Setting this switch will disable several checks, including: - Identity.IsAuthenticated = true without Identity.Name being set
See Also