Method LoadLicense
LoadLicense(String)
Loads the license file, also known as "xml driver certificate". Without a valid license, a warning popup may appear when starting signature processes.
Declaration
Error LoadLicense(string file)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | file | The license file to load. |
Returns
| Type | Description |
|---|---|
| Error | Error |
Examples
C#
Error r = driver.LoadLicense("DriverXMLCertificate.xml");
driver.LoadLicense("DriverXMLCertificate.xml")
VB.NET
Dim r As Sig.DeviceAPI.Error
r = driver.LoadLicense("DriverXMLCertificate.xml")