C# Class Apache.AuthenticationManager

Afficher le fichier Open project: CodeGarten/CodeGarten

Méthodes publiques

Méthode Description
ChangePassword ( string user, string newPassword ) : bool
CreateUser ( string user, string password ) : bool
DeleteUser ( string user ) : bool

Private Methods

Méthode Description
AuthenticationManager ( ) : System
ExecuteWith ( string arguments ) : string

Method Details

ChangePassword() public static méthode

public static ChangePassword ( string user, string newPassword ) : bool
user string
newPassword string
Résultat bool

CreateUser() public static méthode

public static CreateUser ( string user, string password ) : bool
user string
password string
Résultat bool

DeleteUser() public static méthode

public static DeleteUser ( string user ) : bool
user string
Résultat bool