SymmetricAlgorithmBase: SetKey

SetKey

Sets the current secret key.



 Public Sub SetKey(
	  ByRef RgbKey ( ) As Byte )

Parameters

RgbKey
[ByRef] Byte. The new secret key.

Remarks

The bit length of the new value must be of a legal key size.

See Also

Project CorLib Overview

Class SymmetricAlgorithmBase Overview