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)
Loading...
Searching...
No Matches
Keyzy::ProductData Struct Reference

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

Detailed Description

Your product's identity and credentials — construct one and pass it to KeyzyLicenseActivator to authenticate with the KEYZY service.

Member Data Documentation

◆ _appId

std::string Keyzy::ProductData::_appId

Member 'appId' contains Id for authentication to Keyzy

◆ _apiKey

std::string Keyzy::ProductData::_apiKey

Member 'apiKey' contains Key for authentication to Keyzy

◆ _productCode

std::string Keyzy::ProductData::_productCode

Member '_productCode' contains product identifier that is defined on Keyzy Dashboard

◆ _cryptionKey

std::string Keyzy::ProductData::_cryptionKey

Member '_cryptionKey' contains cryption key uses for offline license verificaiton

◆ _useHostIdInOffilneActivation

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