RandBytesLength Property
The length of the byte array to be generated.
Syntax
int GetRandBytesLength();
int SetRandBytesLength(int iRandBytesLength);
Default Value
16
Remarks
This property specifies the length of the random byte array to be generated. The RandBytes property will hold the byte array after GetNextBytes is called. The default value is 16.
Data Type
Integer