Click or drag to resize
SignDocDocumentLoadersetLicenseKey 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 setLicenseKey(
	byte[] key,
	string product,
	string version,
	byte[] token
)

Parameters

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