Class Api.LicenseKeyState
Contains possible values of license key state. Also see ArmDot.Client.Api.GetLicenseState.
Inherited Members
Namespace: ArmDot.Client
Assembly: ArmDot.Client.dll
Syntax
public static class Api.LicenseKeyState
Fields
BadHardwareId
This key contains a hardware id that doesn't match to the machine's hardware id.
Declaration
public const int BadHardwareId = 5
Field Value
Type | Description |
---|---|
int |
Blocked
The key is blacklisted.
Declaration
public const int Blocked = 2
Field Value
Type | Description |
---|---|
int |
Expired
The key is expired.
Declaration
public const int Expired = 3
Field Value
Type | Description |
---|---|
int |
Invalid
The key is not valid.
Declaration
public const int Invalid = 0
Field Value
Type | Description |
---|---|
int |
MaximumBuildDateExpired
The key contains a maximum build date that is expired.
Declaration
public const int MaximumBuildDateExpired = 4
Field Value
Type | Description |
---|---|
int |
Valid
The key is valid.
Declaration
public const int Valid = 1
Field Value
Type | Description |
---|---|
int |