Пример #1
0
 public byte[] Decrypt(byte[] value, byte[] iv)
 {
     return AES.Decrypt(value, AESKey, iv);
 }