DES: IV (get) |
Returns the Initialization Vector (IV).
Public Property Get IV ( ) As Byte ( ) :
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.