C# Class PasswordChanger.Worker

Show file Open project: astoltz/active-directory-password-change Class Usage Examples

Public Methods

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

Private Methods

Method Description
logText ( string text ) : void

Method Details

ChangePassword() public method

public ChangePassword ( string fromPassword, string toPassword ) : void
fromPassword string
toPassword string
return void

DoIt() public method

public DoIt ( ) : void
return void

Worker() public method

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