SecurityServices for .NET 2.0 Documentation

ARCFourManaged.CreateEncryptor Method

[This is preliminary documentation and subject to change.]

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