Mentalis.org Security Library documentation

RijndaelCryptoServiceProvider.CreateDecryptor Method

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

Overload List

Inherited from SymmetricAlgorithm.

public virtual ICryptoTransform CreateDecryptor();

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

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

See Also

RijndaelCryptoServiceProvider Class | Org.Mentalis.Security.Cryptography Namespace