public:
IesWithCipherParameters(
array<unsigned char>^ derivation,
array<unsigned char>^ encoding,
int macKeySize,
int cipherKeySize
)
Org.BouncyCastle.Crypto.Parameters.IesWithCipherParameters = function(derivation, encoding, macKeySize, cipherKeySize);