DES: IV (get)

IV

Returns the Initialization Vector (IV).



 Public Property Get IV ( ) As Byte ( ) :

Return Values

Byte() -  An array 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