Mentalis.org Security Library documentation

RC4CryptoServiceProvider.CreateEncryptor Method

Creates a symmetric encryptor object with the specified Key.

Overload List

Inherited from SymmetricAlgorithm.

public virtual ICryptoTransform CreateEncryptor();

Creates a symmetric encryptor object with the specified Key.

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

See Also

RC4CryptoServiceProvider Class | Org.Mentalis.Security.Cryptography Namespace