Creates a symmetric System.Security.Cryptography.TripleDES decryptor object with the specified key (SymmetricAlgorithm.Key) and initialization vector (SymmetricAlgorithm.IV).
A symmetric System.Security.Cryptography.TripleDES decryptor object.
This method decrypts an encrypted message created using the TripleDESCryptoServiceProvider.CreateEncryptor(Byte[], Byte[]) overload with the same parameters.