Creates a symmetric System.Security.Cryptography.Rijndael encryptor object with the specified SymmetricAlgorithm.Key and initialization vector (SymmetricAlgorithm.IV).
![]()
A symmetric System.Security.Cryptography.Rijndael encryptor object.
Use the RijndaelManaged.CreateDecryptor(Byte[], Byte[]) overload with the same signature to decrypt the result of this method.
The rgbkey size must be 128, 192, or 256 bits.