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

Syntax

C#
int GenerateBytes(
	byte[] output,
	int outOff,
	int length
)
Visual Basic
Function GenerateBytes ( _
	output As Byte(), _
	outOff As Integer, _
	length As Integer _
) As Integer
Visual C++
int GenerateBytes(
	array<unsigned char>^ output, 
	int outOff, 
	int length
)

Parameters

output
Type: array<System..::..Byte>[]()[][]
outOff
Type: System..::..Int32
length
Type: System..::..Int32

See Also