[This is preliminary documentation and subject to change.]
The Dls.TextDisguise namespace contains classes that define the Text Disguise DLL for the CAPTCHA images, client handling, database access and settings access.
| Class | Description |
|---|---|
| CaptchaImage |
Represents a single CAPTCHA image. |
| CaptchaWord |
Handles the business logic and database access for generating, abandoning and validating CAPTCHA images. |
| Client |
Handles the business logic and database access for working with client data. |
| ClientModel |
Represents an instance of a client. |
| TDDatabase |
Handles the database access for the Text Disguise application. |
| TDSettings |
Handles the retrieval of configuration settings from the web.config. |
| Enumeration | Description |
|---|---|
| Products |
Specifies the available products of the Text Disguise service. |