SymmetricAlgorithmBase: SetIV

SetIV

Sets the current IV value.



 Public Sub SetIV(
	  ByRef RgbIV ( ) As Byte )

Parameters

RgbIV
[ByRef] Byte. The new IV value.

Remarks

The bit length of the IV value must equal the block size.

See Also

Project CorLib Overview

Class SymmetricAlgorithmBase Overview