| SignDocDocumentLoadersetLicenseKey2 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 setLicenseKey2(
string key,
string product,
string version,
byte[] token
)
Public Shared Sub setLicenseKey2 (
key As String,
product As String,
version As String,
token As Byte()
)
public:
static void setLicenseKey2(
String^ key,
String^ product,
String^ version,
array<unsigned char>^ token
)
static member setLicenseKey2 :
key : string *
product : string *
version : string *
token : byte[] -> unit
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