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