SymmetricAlgorithmBase: CloneRgbIV

CloneRgbIV

Returns a clone of an IV.



 Public Function CloneRgbIV(
	  ByRef RgbIV As Variant ) As Byte ( )

Parameters

RgbIV
[ByRef] Variant. The IV to return a clone of.

Return Values

Byte() -  The newly cloned IV.

Remarks

If a missing parameter is passed in, then the IV from the GetIV function will be returned.

The cloned IV will be zero-based regardless of the base of the passed in IV array.

See Also

Project CorLib Overview

Class SymmetricAlgorithmBase Overview