![]() |
LicenseSpring C++ SDK 7.31.0
Easily add Software Licensing to your application
|
▼Nboost | |
Ninterprocess | |
▼NLicenseSpring | |
CAirGapActivationException | Throws when confirmation code from the air gap activation portal is invalid |
CApiKeyException | This exception can arise if provided api key cannot be used for the request |
CAuthorizationException | Authorization failed, please check your proxy settings |
CBaseManager | Base class for license management |
CBorrowLicenseException | This exception can arise if provided borrowing period bigger than max possible. Or if license borrowing is not allowed |
CCannotBeActivatedNowException | Can be thrown if start date field is set for the license and current date is behind start date |
CClockTamperedException | This exception means that detected that system clock has been set back |
CConfiguration | Class for configuring application |
CConfigurationException | Throws in case of something wrong with Configuration. E.g. wrong API or Shared key |
CConsumptionPeriod | Class used for encapsulating LSConsumptionPeriod and converting cosumption period to/from string |
CCryptoProvider | CryptoProvider interface |
CCustomer | Class that encapsulates information about a customer |
CCustomField | Class for storing key-value data field |
CDefaultCryptoProvider | If no CryptoProvider is set, this is the default CryptoProvider that will be used |
CDeviceBlacklistedException | This exception can arise during license check if device has been blacklisted by Product manager |
CDeviceNotLicensedException | Throws in case computer hardware configuration has been changed or license does not belong to this computer |
CDeviceVariable | Class for storing key-value device variable |
CExtendedOptions | Class for storing useful settings that the Configuration object will inherit |
CFeatureNotFloatingException | This exception can arise if releasing a device on a non-floating license feature |
CFileStorageWithLock | Class that saves license in a file, derived from LicenseFileStorageBase class |
CFloatingClient | Class for performing requests to LicenseSpring Floating server |
CFloatingFeatureDeviceNotInUseException | This exception can arise if device was never used to check a feature |
CFloatingServerInfo | Class that encapsulates information on Floating server settings |
CFloatingTimeoutExpiredException | Throws in case floating license timeout or borrowing period is expired and it needs to be registered |
CInstallationFile | Class that represents information on product installation file |
CInstallFileFilter | Helper struct for filtering installation files by environment and channel |
CInvalidCredentialException | This exception means that user or password is wrong |
CInvalidLicenseFeatureCodeException | This exception can arise if the given feature code is not found on a license |
CInvalidLicenseFeatureException | Throws when product feature does not exist or wrong feature type |
CInvalidOrderIDException | Throws when order with specified ID already exists and ShouldAppend flag set to false |
CLicense | Class that encapsulates license information |
CLicenseActivationException | Rare exception, can arise if activation is limited to some device count or license transfer is prohibited |
CLicenseFeature | Class that encapsulates information about license feature |
CLicenseFileStorage | Class that saves license in a file, derived from LicenseFileStorageBase class |
CLicenseFileStorageBase | Base class that saves license in a file, implements ILicenseStorage interface |
CLicenseFileStorageEx | Class that saves license in a file, derived from LicenseFileStorageBase class |
CLicenseHandler | This class encapsulates functionality of the both LicenseManager and the License. |
CLicenseID | Class that represents License identifier |
CLicenseManager | Class for performing basic requests to LicenseSpring backend and managing licenses |
CLicenseMemoryStorage | Simple class that saves license in a variable, implements LicenseStorage interface |
CLicenseNoAvailableActivationsException | Throws when license has already been activated maximum number of times |
CLicenseNotFloatingException | This exception can arise during floating license registration on floating server |
CLicenseNotFoundException | Throws in case license not found on the server |
CLicenseServerException | Indicates internal server error, please contact support if you face this exception |
CLicenseSpringException | Base class for all LicenseSpring exceptions |
CLicenseSpringInternalException | Please, contact support or try to update SDK if you got this exception. Normally should never happen |
CLicenseStateException | Throws in case license is in invalid state (disabled, epired or inactive) |
CLicenseStorage | LicenseStorage interface |
CLicenseType | Class used for encapsulating the type of license, comparing types of licenses, and converting them to strings |
CLicenseUser | Class that encapsulates information about a license user |
CLocalLicenseException | This exception means that SDK could not read or write license to the storage |
CMaxFloatingReachedException | This exception can arise during online check of floating license if reached maximum users count for the license |
CMissingEmailException | Throws when email is missing in API call for user-based product, probably attempt to get trial license without email (user id) |
CMSVersion | Simple class for handling app versions in Microsoft specific file and assembly version format. Format: Major.Minor.Build.Revision, where all parts are integer numbers. In case you use such version format without alphabetical symbols then it fits your needs. For example: "1.3.4573.1", "2.13.3735.0" |
CNetworkInfo | Class for storing a device's network information |
CNetworkTimeoutException | This exception means that network operation timed out |
CNoInternetException | This exception means that SDK cannot reach the server. Because of no internet connection, DNS issues, etc |
CNotEnoughConsumptionException | This exceptions means that Consumption license or feature ran out of resources |
CPasswordChangeNotAllowedException | This exception can arise if password change is restricted by company policy |
CProductDetails | Class that encapsulates information about a product |
CProductMismatchException | This exceptions means that license product code doesn't correspond to configuration product code |
CProductNotFoundException | Throws in case product not found on the server |
CProductVersionException | Throws in case installation file not found for requested app version |
CProxySettings | Class for storing settings when using a proxy server |
CRequestDateInvalidException | This exception can arise if system date time on the current device is incorrectly set |
CSignatureMismatchException | Throws in case signature returned by LicenseSpring server is not valid |
CSSOException | This exception can arise if the backend cannot create URL for Single sign-on (SSO) |
CSSOTokenException | This exception can arise if token for Single sign-on (SSO) is invalid or expired |
CTrialNotAllowedException | Can be thrown in case getting trial licenses is restricted by product license policy |
CUnknownLicenseSpringException | In case LicenseSpring backend returns unexpected error or something went wrong |
CVersion | Simple class for handling app versions. Format: Major.Minor.Patch.Build, where all parts are integer numbers. In case you use such version format without alphabetical symbols then it fits your needs. For example: "1.3.0.45", "2.13.1.3735" |
CVersionBase | Base class for handling app versions. Contains common functionality for version classes hierarchy |
CVersionEx | Extended class for handling app versions, compliant with Semantic Versioning 2.0.0 Format: Major.Minor.Patch[PrereleaseIdentifier].Build[BuildMetadata], see https://semver.org For example: "1.3.4573-alpha.3+sha:dff8df7gdsvnx", "2.13.3735b2.0-stable" |
CVMDNotAvailableException | Windows only. In case VM detection dll not found, tempered or detection failed |
CVMIsNotAllowedException | This exception can arise on virtual machine when VM detection is enabled but product policy prohibits running on VM |
CWatchdogException | This exception can arise if setting license watchdog failed |
CXor_string |