Click or drag to resize

ObjectIdentifier Constructor (Int32)

Constructor from array of unsigned integer components of an object identifier.

Namespace:  pdftron.Crypto
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public ObjectIdentifier(
	int[] in_arr
)

Parameters

in_arr
Type: SystemInt32
array of integers to use
See Also