DES: IV (let)

IV

Sets the Initialization Vectory (IV).



 Public Property Let IV(
	  ByRef Value ( ) As Byte ) :

Parameters

Value
[ByRef] Byte. A set of bytes representing the IV.

Remarks

Only an 8-byte array is supported.

When the very first block of data is process there is no previous data to pull feedback data from, so the Initialization Vector is used as a dummy set of data for feedback.

Read/Write.

See Also

Project CorLib Overview

Class DES Overview