Click or drag to resize
SignDocDocumentLoadersetLicenseKey2 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.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public static void setLicenseKey2(
	string key,
	string product,
	string version,
	byte[] token
)

Parameters

key
Type: SystemString
The license key as string
product
Type: SystemString
.Net Should be null. WinRt Should be ""
version
Type: SystemString
.Net Should be null. WinRt Should be ""
token
Type: SystemByte
The token as array of bytes. Should be null.
See Also