Mentalis.org Security Library documentation

RijndaelCryptoServiceProvider.CreateDecryptor Method

Creates a symmetric Rijndael decryptor object with the specified Key and initialization vector (IV).

Overload List

Creates a symmetric Rijndael decryptor object with the specified Key and initialization vector (IV).

public override ICryptoTransform CreateDecryptor(byte[],byte[]);

Inherited from SymmetricAlgorithm.

public virtual ICryptoTransform CreateDecryptor();

See Also

RijndaelCryptoServiceProvider Class | RijndaelCryptoServiceProvider Members | Org.Mentalis.Security.Cryptography Namespace