Click or drag to resize

CSRFValidationOptions Enumeration

Options provided to the ValidateCSRFToken(String, CSRFValidationOptions) method.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum CSRFValidationOptions
Members
  Member nameValueDescription
ThrowStandardError1 Specifies that the ValidateCSRFToken(String, CSRFValidationOptions) method should throw the standard invalid CSRF token exception if the CSRF token being validate is incorrect.
See Also