Exemplo n.º 1
0
 public static string Decrypt(string ciphertext)
 {
     return(CryptoServices.Decrypt(ciphertext));
 }