C# Класс Web.Generics.ApplicationServices.CaptchaService

A CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) Service
Показать файл Открыть проект

Открытые методы

Метод Описание
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