Gets or sets the initialization vector (IV) for the symmetric algorithm.

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

Syntax

Visual Basic
Public Overrides Property IV As Byte()
	Get
	Set
C#
public override byte[] IV { get; set; }

Field Value

Initialization vector.

Remarks

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

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also