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.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
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