public static string Decrypt(byte cipherText, byte key, byte iv)
Returns:
string

Parameters

cipherText byte
key byte
iv byte
In this article