[This is preliminary documentation and subject to change.]
Creates a symmetric Rijndael decryptor object with the specified Key and initialization vector (IV).
A symmetric Rijndael decryptor object.
This method decrypts an encrypted message created using the CreateEncryptor overload with the same signature.
| Exception Type | Condition |
|---|---|
| ObjectDisposedException | The object has been disposed. |
| ArgumentNullException | inputBuffer or outputBuffer is a null reference (Nothing in Visual Basic). |
| CryptographicException | An error occurs while creating the decryptor. |
RijndaelCryptoServiceProvider Class | Org.Mentalis.SecurityServices.Cryptography Namespace | RijndaelCryptoServiceProvider.CreateDecryptor Overload List