C# Class CAPTCHA.Captcha

Inheritance: System.Windows.Forms.PictureBox
Afficher le fichier Open project: Nullstr1ng/MultiRDPClient.NET

Private Properties

Свойство Type Description
GenerateImage void

Méthodes publiques

Méthode Description
Captcha ( ) : System
GetRandomPassword ( int length ) : string
Renew ( ) : void

Méthodes protégées

Méthode Description
OnResize ( EventArgs e ) : void

Private Methods

Méthode Description
GenerateImage ( ) : void

Method Details

Captcha() public méthode

public Captcha ( ) : System
Résultat System

GetRandomPassword() public méthode

public GetRandomPassword ( int length ) : string
length int
Résultat string

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void

Renew() public méthode

public Renew ( ) : void
Résultat void