C# 클래스 PasswordChanger.Worker

파일 보기 프로젝트 열기: astoltz/active-directory-password-change 1 사용 예제들

공개 메소드들

메소드 설명
ChangePassword ( string fromPassword, string toPassword ) : void
DoIt ( ) : void
Worker ( string userName, string fromPassword, int numberOfChanges, TextBox log ) : System

비공개 메소드들

메소드 설명
logText ( string text ) : void

메소드 상세

ChangePassword() 공개 메소드

public ChangePassword ( string fromPassword, string toPassword ) : void
fromPassword string
toPassword string
리턴 void

DoIt() 공개 메소드

public DoIt ( ) : void
리턴 void

Worker() 공개 메소드

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