RandBytes Property
The random byte array.
Syntax
__property String RandBytes = {read=FRandBytes, write=FSetRandBytes}; __property RawByteString RandBytesB = {read=FRandBytesB, write=FSetRandBytesB};
Default Value
""
Remarks
This property holds the random byte array generated by calling GetNextBytes.
This property is read-only.
Data Type
Binary String