| KaxCaptcha Class |
Namespace: Kettic.AspNet.Controls
The KaxCaptcha type exposes the following members.
| Name | Description | |
|---|---|---|
| KaxCaptcha |
| Name | Description | |
|---|---|---|
| AccessKey |
Gets or sets the KaxCaptcha text box access key.
(Overrides KaxWebControl.AccessKey.) | |
| CaptchaAudioLinkButtonText |
Gets or sets the text of the LinkButton that gets the Captcha Audio Code.
| |
| CaptchaImage | ||
| CaptchaLinkButtonText |
Gets or sets the text of the LinkButton that generates new CaptchaImage.
| |
| CaptchaMaxTimeout |
Gets or sets the maximum number of minutes KaxCaptcha will be cached and valid.
If you're too slow, you may be a KaxCaptcha hack attempt. Set to zero to disable.
| |
| CaptchaTextBoxCssClass |
Gets or sets the CSS class applied to the KaxCaptcha input textbox.
| |
| CaptchaTextBoxLabel |
Gets or sets the label which explains that the user needs to input the KaxCaptcha text box.
| |
| CaptchaTextBoxLabelCssClass |
Gets or sets the CSS class to the label which explains that the user needs to input the KaxCaptcha text box.
| |
| Display |
Gets or sets display behavior of error message.
| |
| Enabled |
Gets or sets a value indicating whether the Web server control is enabled.
| |
| EnableEmbeddedBaseStylesheet | (Overrides KaxWebControl.EnableEmbeddedBaseStylesheet.) | |
| EnableEmbeddedSkins | (Overrides KaxWebControl.EnableEmbeddedSkins.) | |
| EnableRefreshImage |
Gets or sets a bool value indicating whether or not the KaxCaptchaImage can be refreshed.
The "rcRefreshImage" CSS class should be used for changing the skinning of the LinkButton,
that generates the new image.
| |
| ErrorMessage |
The error message text generated when the condition being validated fails.
| |
| ForeColor |
Gets or sets the fore color of the error message.
(Overrides KaxWebControl.ForeColor.) | |
| HttpHandlerUrl |
Specifies the URL of the HTTPHandler that serves the captcha image.
| |
| IgnoreCase |
Gets or sets a bool value indicating whether the KaxCaptcha should ignore
the case of the letters or not.
| |
| ImageStorageLocation |
Gets or sets the storage medium for the CaptchaImage.
| |
| InvisibleTextBoxLabel |
Gets or sets the invisible textbox strategy label text.
| |
| IsValid |
Gets or sets a value indicating whether the user-entered content in the KaxCaptcha control passes validation.
| |
| MinTimeout |
Gets or sets the minimum number of seconds form must be displayed
before it is valid. If you're too fast, you must be a robot.
| |
| ProtectionMode |
Gets or sets which startegies are/to be used for automatic
robot discovery.
| |
| TabIndex |
Gets or sets the tabindex of the KaxCaptcha text box.
(Overrides KaxWebControl.TabIndex.) | |
| ValidatedTextBox |
Gets the TextBox that is being validated by the KaxCaptcha.
| |
| ValidatedTextBoxID |
Gets or sets the ID of the textbox to be validated,
when only the KaxCaptcha image is rendered on the page.
| |
| ValidationGroup |
Gets or sets the validation group.
|