Method | Description | |
---|---|---|
ChangePassword ( string user, string newPassword ) : bool | ||
CreateUser ( string user, string password ) : bool | ||
DeleteUser ( string user ) : bool |
Method | Description | |
---|---|---|
AuthenticationManager ( ) : System | ||
ExecuteWith ( string arguments ) : string |
public static ChangePassword ( string user, string newPassword ) : bool | ||
user | string | |
newPassword | string | |
return | bool |
public static CreateUser ( string user, string password ) : bool | ||
user | string | |
password | string | |
return | bool |
public static DeleteUser ( string user ) : bool | ||
user | string | |
return | bool |