RC2CryptoServiceProvider: IV (let)

IV

Sets the Initialization Vector to be used.



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

Parameters

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

Remarks

The array must be 8 bytes in length.

Read/Write.

See Also

Project VBCorLib Overview Class RC2CryptoServiceProvider Overview RC2CryptoServiceProvider Properties RC2CryptoServiceProvider Methods IV (get) Key (get)