This is a stub method.

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

Syntax

C#
public override void GenerateIV()
Visual Basic
Public Overrides Sub GenerateIV
Visual C++
public:
virtual void GenerateIV() override

Remarks

Since the RC4 cipher doesn't use an Initialization Vector, this method will not do anything.

See Also