Click or drag to resize
SignDocDocumentLoaderinitLicenseManager Method
Initialize license management. License management must be initialized before the non - static methods of SignDocDocumentLoader can be used.

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public static void initLicenseManager(
	int who1,
	int who2
)

Parameters

who1
Type: SystemInt32
The first magic number for the product.
who2
Type: SystemInt32
The second magic number for the product
See Also