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

ArcFour is a stream cipher, it does not use IV.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also