Text Disguise

CaptchaWord.GetImageWordGuid Method 

[This is preliminary documentation and subject to change.]

Randomly selects a word, generates a GUID and stores those to the database for later retrieval.

[Visual Basic]
Public Function GetImageWordGuid( _
   ByVal clientGuid As String _
) As String
[C#]
public string GetImageWordGuid(
   string clientGuid
);

Parameters

clientGuid
A String containing the GUID of the client 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.

See Also

CaptchaWord Class | Dls.TextDisguise Namespace