[This is preliminary documentation and is subject to change.]
Generates a random buffer of bytes
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public byte[] NextRandomBytes(
int minLength,
int maxLength
)
public byte[] NextRandomBytes(
int minLength,
int maxLength
)
Public Function NextRandomBytes (
minLength As Integer,
maxLength As Integer
) As Byte()
Public Function NextRandomBytes (
minLength As Integer,
maxLength As Integer
) As Byte()
public:
array<unsigned char>^ NextRandomBytes(
int minLength,
int maxLength
)
public:
array<unsigned char>^ NextRandomBytes(
int minLength,
int maxLength
)
member NextRandomBytes :
minLength : int *
maxLength : int -> byte[]
member NextRandomBytes :
minLength : int *
maxLength : int -> byte[]
Return Value
Type:
Byte