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

Namespace:  Rebex.Security.Cryptography
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

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

Remarks

Use this method to generate a random initialization vector (IV) when none is specified.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also