Click or drag to resize
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.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public int CaptchaMaxTimeout { get; set; }

Property Value

Type: Int32
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.
See Also