SecurityServices for .NET 2.0 Documentation

RC4CryptoServiceProvider.CreateEncryptor Method

[This is preliminary documentation and subject to change.]

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