LicenseStatus #
License verification status.
Definition #
Namespace: VRRSS.SDK.HubAPI
Type: Enumeration
Inheritance: -
The status with which the license verification completed.
public enum LicenseStatus
{
Success,
NotFound,
SignNotFound,
InvalidKey,
DecryptFailed,
SignMismatch,
ParsingFailed,
DataMismatch,
Expired,
FileExpired,
UnhandledError,
Canceled
}
Values #
| Name | Description |
|---|---|
| Success | License is valid |
| NotFound | License file not found |
| SignNotFound | Signature file not found |
| InvalidKey | Invalid public key |
| DecryptFailed | Failed to decrypt the license file |
| SignMismatch | Signature does not match the license |
| ParsingFailed | Failed to parse the license file |
| DataMismatch | License registration data does not match |
| Expired | License has expired |
| FileExpired | License file has expired |
| UnhandledError | Unhandled error during license verification |
| Canceled | License verification cycle has been cancelled |