Click or drag to resize
KaxCaptchaProtectionStrategies Enumeration
Strategies for Spam Protection. Set in the ProtectionMode property.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum ProtectionStrategies
Members
  Member nameValueDescription
Captcha0 When Protection Mode is set to Captcha only Captcha Protection Mode is used.
InvisibleTextBox1 When Protection Mode is set to InvisibleTextBox, a invisible text box is rendered which bots fill.
MinimumTimeout2 When Protection Mode is set to MinimumTimeout, the form should not be submitted before a Minimum time interval has passed. Bots submit the form many times in short interval.
See Also