Mentalis.org Security Library documentation

RC4CryptoServiceProvider.CreateEncryptor Method

Creates a symmetric encryptor object with the specified Key.

Overload List

Creates a symmetric encryptor object with the specified Key.

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

Inherited from SymmetricAlgorithm.

public virtual ICryptoTransform CreateEncryptor();

See Also

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