SecurityServices for .NET 2.0 Documentation

ARCFourManaged.CreateDecryptor Method

[This is preliminary documentation and subject to change.]

Creates a symmetric RC4 decryptor object with the specified Key.

Overload List

Inherited from SymmetricAlgorithm.

public virtual ICryptoTransform CreateDecryptor();

Creates a symmetric RC4 decryptor object with the specified Key.

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

See Also

ARCFourManaged Class | Org.Mentalis.SecurityServices.Cryptography Namespace