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