| |
Name |
Description |
 | AutoRedirect | Defines if the control will redirect browser to the Referrer URL in case that validation fails. |
 | BackgroundColor | Color of the background within the HIP-CAPTCHA image |
 | BackgroundPattern | Pattern used as background within the HIP-CAPTCHA image |
 | BackgroundPatternColor | Color for the background pattern used within the HIP-CAPTCHA image |
 | CodeLength | Specifies the length in characters of the randomly generated HIP-CAPTCHA code. |
 | ControlMessage | Text message rendered above the input box of the HIP-CAPTCHA control |
 | FontFamily | Defines the font family used to render the HIPCode text |
 | FontSize | Font size of the text rendered within the HIP-CAPTCHA image |
 | ImageBorderColor | Color of the border of the HIP-CAPTCHA random image |
 | ImageBorderWidth | Border width in pixels of the HIP-CATPCHA randome image |
 | ImageHeight | Height in pixels of the randomly generated HIP-CAPTCHA image. |
 | ImageWidth | Width in pixels of the randomly generated HIP-CAPTCHA image. |
 | IsValid | The property is set after submission of a code to see if it was valid. Check this property if you don't have AutoRedirect enabled. |
 | PersistDotTextComments | Defines if the control will take care of persisting DotText comments on failures of HIP validation. |
 | RandomCodeLength | Specifies if the HIPCode should use a random length between 3 and the valued specified in CodeLength property. |
 | Text | Text entered into the textbox |
 | TextColor | Color of the text rendered within the HIP-CAPTCHA image |
 | TextPattern | Pattern used to fill the text rendered within the HIP-CAPTCHA image |
 | TextPatternColor | Pattern used to fill the text rendered within the HIP-CAPTCHA image |
 | TrustAuthenticatedUsers | Trust all authenticated users in your realm and don't show CAPTCHA codes for them |
 | ValidationIgnoreCase | Defines if ignore case is enabled for the code comparision |
 | ValidationMode | Defines the mode to store the encrypted code for validation |
 | ValidationTimeout | Defines the max time allowed (in seconds) to accept an entered code as valid |