C# 클래스 Web.Generics.ApplicationServices.CaptchaService

A CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) Service
파일 보기 프로젝트 열기: inspira/Web.Generics

공개 메소드들

메소드 설명
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

메소드 상세

CaptchaService() 공개 메소드

public CaptchaService ( String text, int width, int height ) : System
text String
width int
height int
리턴 System

CaptchaService() 공개 메소드

public CaptchaService ( int length ) : System
length int
리턴 System

CaptchaService() 공개 메소드

public CaptchaService ( int width, int height, int length ) : System
width int
height int
length int
리턴 System

Generate() 공개 메소드

Generates a new CAPTCHA valid for 3 minutes
public Generate ( ) : Image
리턴 Image

Validate() 공개 메소드

Validates the CAPTCHA
public Validate ( string code ) : Web.Captcha.CaptchaResult
code string The code entered by the user
리턴 Web.Captcha.CaptchaResult