Exemplo n.º 1
0
 public static byte[] Decrypt(ISymmetricKey key, byte[] data)
 {
     return(key.GetAlgorithmInstance().Decrypt(key, data));
 }