RijndaelManaged: IV (let)

IV

Sets the Initialization Vector to be used.



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

Parameters

Value
[ByRef] Byte. The new IV to use.

Remarks

The array must be 8 bytes in length.

Read/Write.

See Also

Project CorLib Overview

Class RijndaelManaged Overview