C# Class PasswordChanger.Worker

Afficher le fichier Open project: astoltz/active-directory-password-change Class Usage Examples

Méthodes publiques

Méthode Description
ChangePassword ( string fromPassword, string toPassword ) : void
DoIt ( ) : void
Worker ( string userName, string fromPassword, int numberOfChanges, TextBox log ) : System

Private Methods

Méthode Description
logText ( string text ) : void

Method Details

ChangePassword() public méthode

public ChangePassword ( string fromPassword, string toPassword ) : void
fromPassword string
toPassword string
Résultat void

DoIt() public méthode

public DoIt ( ) : void
Résultat void

Worker() public méthode

public Worker ( string userName, string fromPassword, int numberOfChanges, TextBox log ) : System
userName string
fromPassword string
numberOfChanges int
log System.Windows.Controls.TextBox
Résultat System