Method | Description | |
---|---|---|
CaptchaService ( String text, int width, int height ) : System | ||
CaptchaService ( int length ) : System | ||
CaptchaService ( int width, int height, int length ) : System | ||
Generate ( ) : Image |
Generates a new CAPTCHA valid for 3 minutes
|
|
Validate ( string code ) : Web.Captcha.CaptchaResult |
Validates the CAPTCHA
|
public CaptchaService ( String text, int width, int height ) : System | ||
text | String | |
width | int | |
height | int | |
return | System |
public CaptchaService ( int length ) : System | ||
length | int | |
return | System |
public CaptchaService ( int width, int height, int length ) : System | ||
width | int | |
height | int | |
length | int | |
return | System |
public Validate ( string code ) : Web.Captcha.CaptchaResult | ||
code | string | The code entered by the user |
return | Web.Captcha.CaptchaResult |