Click or drag to resize
KaxCaptchaImageStorageLocation Property
Gets or sets the storage medium for the CaptchaImage.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public CaptchaImageStorage ImageStorageLocation { get; set; }

Property Value

Type: CaptchaImageStorage
Gets or sets a value indication where the CaptchaImage is stored.
Remarks
When the image is stored in the session the KaxCaptcha HttpHandler defintion (in the web.config file) must be changed from type="Kettic.AspNet.Controls.WebResource" to type="Kettic.AspNet.Controls.WebResourceSession" so that the image can be retrieved from the Session.
See Also