Creates a symmetric RC4 encryptor object with the specified Key.
Inherited from SymmetricAlgorithm.
public virtual ICryptoTransform CreateEncryptor();
Creates a symmetric RC4 encryptor object with the specified Key.
public override ICryptoTransform CreateEncryptor(byte[],byte[]);
ARCFourManaged Class | Org.Mentalis.Security.Cryptography Namespace