Mentalis.org Security Library documentation

RijndaelCryptoServiceProvider.CreateEncryptor Method

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

Overload List

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

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

Inherited from SymmetricAlgorithm.

public virtual ICryptoTransform CreateEncryptor();

See Also

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