Mentalis.org Security Library documentation

ARCFourManaged.CreateDecryptor Method

Creates a symmetric RC4 decryptor object with the specified Key.

Overload List

Creates a symmetric RC4 decryptor object with the specified Key.

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

Inherited from SymmetricAlgorithm.

public virtual ICryptoTransform CreateDecryptor();

See Also

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