C# Class CAPTCHA.Captcha

Inheritance: System.Windows.Forms.PictureBox
Show file Open project: Nullstr1ng/MultiRDPClient.NET

Private Properties

Property Type Description
GenerateImage void

Public Methods

Method Description
Captcha ( ) : System
GetRandomPassword ( int length ) : string
Renew ( ) : void

Protected Methods

Method Description
OnResize ( EventArgs e ) : void

Private Methods

Method Description
GenerateImage ( ) : void

Method Details

Captcha() public method

public Captcha ( ) : System
return System

GetRandomPassword() public method

public GetRandomPassword ( int length ) : string
length int
return string

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e System.EventArgs
return void

Renew() public method

public Renew ( ) : void
return void