示例#1
0
 public void SetPassword(string text)
 {
     Password = Crypter.Encrypt(text);
 }
示例#2
0
 public void SetUsername(string text)
 {
     Username = Crypter.Encrypt(text);
 }