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

Syntax

C#
public virtual void NextBytes(
	byte[] buffer,
	int start,
	int length
)
Visual Basic
Public Overridable Sub NextBytes ( _
	buffer As Byte(), _
	start As Integer, _
	length As Integer _
)
Visual C++
public:
virtual void NextBytes(
	array<unsigned char>^ buffer, 
	int start, 
	int length
)

Parameters

buffer
Type: array<System..::..Byte>[]()[][]
start
Type: System..::..Int32
length
Type: System..::..Int32

See Also