#include <licenseservice.h>
Public Member Functions | |
| bool | canExpire () const |
| bool | expired () |
Public Attributes | |
| std::string | mName |
| Extracted user name. More... | |
| std::string | mMail |
| Extracted user mail. More... | |
| std::string | mApp |
| Extracted application signature. More... | |
| std::string | mTag |
| Extracted additional license information. More... | |
| std::string | mID |
| Extracted machine id. More... | |
| bool | mExpires = false |
| If this license can expire. More... | |
| DateTime | mTime |
| License expiry date as system timestamp. More... | |
Validated user license information
| bool canExpire | ( | ) | const |
| bool expired | ( | ) |
Returns if the license expired. Always false when the license has no expiration date Use it at runtime to check if the license is still valid.
| std::string mApp |
Extracted application signature.
| bool mExpires = false |
If this license can expire.
| std::string mID |
Extracted machine id.
| std::string mMail |
Extracted user mail.
| std::string mName |
Extracted user name.
| std::string mTag |
Extracted additional license information.
| DateTime mTime |
License expiry date as system timestamp.