Initializes a new instance of the RC4 class.

Namespace: LLCryptoLib.Security.Cryptography
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
protected RC4()
Visual Basic
Protected Sub New
Visual C++
protected:
RC4()

Remarks

The default keysize is 128 bits.

See Also