| KaxCaptchaProtectionStrategies Enumeration | 
        
        
        
            Strategies for Spam Protection. Set in the ProtectionMode property.
            
         
        Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
 Syntax
Syntaxpublic enum ProtectionStrategies
Public Enumeration ProtectionStrategies
public enum class ProtectionStrategies
type ProtectionStrategies
 Members
Members|  | Member name | Value | Description | 
|---|
|  | Captcha | 0 | When Protection Mode is set to Captcha only Captcha Protection Mode is used. | 
|  | InvisibleTextBox | 1 | When Protection Mode is set to InvisibleTextBox, a invisible text box is rendered which bots fill. | 
|  | MinimumTimeout | 2 | 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
See Also