VS2015
runtime on Windows. On the target machines where you will deploy your app, you can install the VS2015
runtime, if not present, using the link: https://www.microsoft.com/en-in/download/details.aspx?id=48145SetProductData()
function or set the absolute path of the file using SetProductFile()
function.SetProductId()
function. It sets the id of the product you will be adding licensing to.LA_USER
flag, you need to pass LA_SYSTEM
flag.LA_IN_MEMORY
flag instead, which causes all the data to be stored in the memory. But this would require you to activate the license every time you restart the app.ActivateLicense()
LexActivator API function. It invokes the /v3/activations
Cryptlex Web API endpoint, verifies the encrypted and digitally signed response to validate the license.IsLicenseGenuine()
LexActivator API function.