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