Mentalis.org Security Library documentation

RijndaelCryptoServiceProvider.CreateEncryptor Method

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

Overload List

Inherited from SymmetricAlgorithm.

public virtual ICryptoTransform CreateEncryptor();

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

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

See Also

RijndaelCryptoServiceProvider Class | Org.Mentalis.Security.Cryptography Namespace