SecurityServices for .NET 2.0 Documentation

RijndaelCryptoServiceProvider.CreateEncryptor Method

[This is preliminary documentation and subject to change.]

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.SecurityServices.Cryptography Namespace