Text Disguise

CaptchaService.GetImageGuid Method 

[This is preliminary documentation and subject to change.]

Randomly select a words, generates a String containing a GUID and stores those to the database for later retrieval.

[Visual Basic]
Public Function GetImageGuid( _
   ByVal cm As ClientModel _
) As String
[C#]
public string GetImageGuid(
   ClientModel cm
);

Parameters

cm
A ClientModel containing the client credentials to use.

Return Value

A String containing the GUID which is used when retrieving the image and later validating the text entered by the user.

Remarks

Images are retrieved by going to the URL: http://www.27seconds.com/TextDisguise/CaptchaImage.aspx?guid={guid}

See Also

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