Creates a symmetric System.Security.Cryptography.RC2 decryptor object with the specified key (SymmetricAlgorithm.Key)and initialization vector (SymmetricAlgorithm.IV).
![]()
A symmetric System.Security.Cryptography.RC2 decryptor object.
This method is used to decrypt an encrypted message created using the RC2CryptoServiceProvider.CreateEncryptor(Byte[], Byte[]) overload with the same parameters.