DOFUtilgetRandomBytes Method OpenDOF Object Access Library
Get a secure, random byte array of the specified length.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public static byte[] getRandomBytes(
	int length
)

Parameters

length
Type: SystemInt32
The desired length of the array to be returned.

Return Value

Type: Byte
A secure, random byte array of specified length.
Remarks

Get a secure, random byte array of the specified length.
See Also

Reference