Text Disguise

CaptchaService.ValidateImageWord Method 

[This is preliminary documentation and subject to change.]

Validates that the text that was supplied by the consumer matches what is stored in the database for the provided GUID.

[Visual Basic]
Public Function ValidateImageWord( _
   ByVal cm As ClientModel, _
   ByVal captchaImageGuid As String, _
   ByVal word As String _
) As Boolean
[C#]
public bool ValidateImageWord(
   ClientModel cm,
   string captchaImageGuid,
   string word
);

Parameters

cm
A ClientModel containing the client credentials to use.
captchaImageGuid
A String containing the GUID of the CAPTCHA image.
word
A String containing the word to validate.

Return Value

A boolean value which indicates whether the text successfully matches the text string stored for the image GUID.

See Also

CaptchaService Class | Dls.TextDisguise.WebServices Namespace | ClientModel Class