C# 클래스 Apache.AuthenticationManager

파일 보기 프로젝트 열기: CodeGarten/CodeGarten

공개 메소드들

메소드 설명
ChangePassword ( string user, string newPassword ) : bool
CreateUser ( string user, string password ) : bool
DeleteUser ( string user ) : bool

비공개 메소드들

메소드 설명
AuthenticationManager ( ) : System
ExecuteWith ( string arguments ) : string

메소드 상세

ChangePassword() 공개 정적인 메소드

public static ChangePassword ( string user, string newPassword ) : bool
user string
newPassword string
리턴 bool

CreateUser() 공개 정적인 메소드

public static CreateUser ( string user, string password ) : bool
user string
password string
리턴 bool

DeleteUser() 공개 정적인 메소드

public static DeleteUser ( string user ) : bool
user string
리턴 bool