Mentalis.org Security Library documentation

RC4CryptoServiceProvider.CreateDecryptor Method

Creates a symmetric decryptor object with the specified Key.

Overload List

Creates a symmetric decryptor object with the specified Key.

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

Inherited from SymmetricAlgorithm.

public virtual ICryptoTransform CreateDecryptor();

See Also

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