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: ByteA secure, random byte array of specified length.
Remarks
See Also