RandBytesLength Property
The length of the byte array to be generated.
Syntax
[VB.NET] Public Property RandBytesLength As Integer
[C#] public int RandBytesLength {get; set;}
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.
Default Value
16