コード例 #1
0
 public string encrypt(string s)
 {
     return(Rijndael.EncryptString(s));
 }