Generates a random initialization vector (IV) to be used for the algorithm.

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

Use this method to generate a random IV when none is specified.

See Also