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