コード例 #1
0
 public static string DecryptTwo(string text)
 {
     return(EncrypAndDecryptSecurity.Decrypt(text));
 }