Mentalis.org Security Library documentation

ARCFourManaged.CreateEncryptor Method

Creates a symmetric RC4 encryptor object with the specified Key.

Overload List

Inherited from SymmetricAlgorithm.

public virtual ICryptoTransform CreateEncryptor();

Creates a symmetric RC4 encryptor object with the specified Key.

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

See Also

ARCFourManaged Class | Org.Mentalis.Security.Cryptography Namespace