Namespace: iTextSharp.text.pdf.crypto
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public static byte[] GetIV(
	int len
)
Visual Basic
Public Shared Function GetIV ( _
	len As Integer _
) As Byte()
Visual C++
public:
static array<unsigned char>^ GetIV(
	int len
)

Parameters

len
Type: System..::..Int32

See Also