Mentalis.org Security Library documentation

RC4CryptoServiceProvider.CreateDecryptor Method

Creates a symmetric decryptor object with the specified Key.

Overload List

Inherited from SymmetricAlgorithm.

public virtual ICryptoTransform CreateDecryptor();

Creates a symmetric decryptor object with the specified Key.

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

See Also

RC4CryptoServiceProvider Class | Org.Mentalis.Security.Cryptography Namespace