![]() |
KEYZY C++ Client Library 1.9.0
To develop software that is compiled with a C++ compiler and utilizes the KEYZY service (www.keyzy.io)
|
Your product's identity and credentials — construct one and pass it to KeyzyLicenseActivator to authenticate with the KEYZY service. More...
#include <KeyzyTypes.h>
Public Member Functions | |
| ProductData (std::string appId, std::string apiKey, std::string productCode, std::string cryptionKey, bool useHostIdInOfflineActivation=true) | |
Public Attributes | |
| std::string | _appId |
| std::string | _apiKey |
| std::string | _productCode |
| std::string | _cryptionKey |
| bool | _useHostIdInOffilneActivation |
Your product's identity and credentials — construct one and pass it to KeyzyLicenseActivator to authenticate with the KEYZY service.
| std::string Keyzy::ProductData::_appId |
Member 'appId' contains Id for authentication to Keyzy
| std::string Keyzy::ProductData::_apiKey |
Member 'apiKey' contains Key for authentication to Keyzy
| std::string Keyzy::ProductData::_productCode |
Member '_productCode' contains product identifier that is defined on Keyzy Dashboard
| std::string Keyzy::ProductData::_cryptionKey |
Member '_cryptionKey' contains cryption key uses for offline license verificaiton
| bool Keyzy::ProductData::_useHostIdInOffilneActivation |
Member '_useHostIdInOffilneActivation' if set true, the host_id will be used to mix with _cryptionKey, so as a result a license file will be device specific