SymmetricAlgorithmBase: CloneRgbKey

CloneRgbKey

Returns a clone of a key.



 Public Function CloneRgbKey(
	  ByRef RgbKey As Variant ) As Byte ( )

Parameters

RgbKey
[ByRef] Variant. The key to return the clone of.

Return Values

Byte() -  The newly cloned key.

Remarks

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

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

If a key is passed in, then the "CheckForWeakKey" event will be raised.

See Also

Project CorLib Overview

Class SymmetricAlgorithmBase Overview