SymmetricAlgorithm.CreateDecryptor Method (Byte[], Byte[])
Silverlight
Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Parameters
- rgbKey
- Type: System.Byte[]
The secret key to use for the symmetric algorithm.
- rgbIV
- Type: System.Byte[]
The initialization vector to use for the symmetric algorithm.
This method decrypts an encrypted message created using the CreateEncryptor overload with the same parameters.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.