[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 length
)
public byte[] NextRandomBytes(
int length
)
Public Function NextRandomBytes (
length As Integer
) As Byte()
Public Function NextRandomBytes (
length As Integer
) As Byte()
public:
array<unsigned char>^ NextRandomBytes(
int length
)
public:
array<unsigned char>^ NextRandomBytes(
int length
)
member NextRandomBytes :
length : int -> byte[]
member NextRandomBytes :
length : int -> byte[]
Return Value
Type:
Byte