| SignDocDocumentLoadersetLicenseKey Method |
Initialize license management.
License management must be initialized before the non - static methods of SignDocDocumentLoader can be used.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic static void setLicenseKey(
byte[] key,
string product,
string version,
byte[] token
)
Public Shared Sub setLicenseKey (
key As Byte(),
product As String,
version As String,
token As Byte()
)
public:
static void setLicenseKey(
array<unsigned char>^ key,
String^ product,
String^ version,
array<unsigned char>^ token
)
static member setLicenseKey :
key : byte[] *
product : string *
version : string *
token : byte[] -> unit
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