Sets the current initialization vector to the specified value.

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

Syntax

Visual Basic
Public Sub SetIV ( _
	iv As Byte() _
)
C#
public void SetIV(
	byte[] iv
)

Parameters

iv
Type: array<System..::..Byte>[]()[][]
Initialization vector.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also