KaxCaptchaCaptchaMaxTimeout Property |
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.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic int CaptchaMaxTimeout { get; set; }
Public Property CaptchaMaxTimeout As Integer
Get
Set
public:
property int CaptchaMaxTimeout {
int get ();
void set (int value);
}
member CaptchaMaxTimeout : int with get, set
Property Value
Type:
Int32The 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.
See Also