Beispiel #1
0
 public static bool ChangePassword(string password, string newPassword, out string errorMessage)
 {
     XmlClient.ChangePassword(password, newPassword, out errorMessage);
     return(string.IsNullOrWhiteSpace(errorMessage));
 }