|
|
int GetToken()
- generates a new code and returns its identifierstring GetImageUrl(int token)
- returns the URL to the captcha image
for the specified identifierbool CheckToken(int token, string value)
- validates the answer for the codeCheckToken()
method
should always return the false
valueGetImageUrl()
method returns the URL to the HTTP handler which dynamically generates
the image for the identifier; creating physical image files is forbidden; the HTTP handler
is a part of the web service's project