Exemplo n.º 1
0
 private static string EncryptString(string input)
 {
     return(Encryption64.EncryptString(input, EncryptionKey));
 }