Fill byte array with random values.

Namespace: Org.BouncyCastle.Crypto.Prng
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
void NextBytes(
	byte[] bytes
)
Visual Basic
Sub NextBytes ( _
	bytes As Byte() _
)
Visual C++
void NextBytes(
	array<unsigned char>^ bytes
)

Parameters

bytes
Type: array<System..::..Byte>[]()[][]
Array to be filled.

See Also