Enum LicenseManagerState
Enum describing the possible states of the LicenseManager.
Namespace: NixUniversalSDK
Assembly: NixUniversalSDK.dll
Syntax
public enum LicenseManagerState
Fields
Name | Description |
---|---|
Active | The license has been activated successfully and Nix Universal SDK functions are available. |
ErrorInternal | An unknown error occurred when activating the license. Contact the Nix SDK support team. |
ErrorLicenseBadSignature | The license has failed to activate because the signature was invalid. Verify that the correct options and signature were used when calling Activate(string, string). Contact the Nix SDK support team if this error persists. |
ErrorLicenseExpired | The license has expired and is no longer valid. Contact the Nix SDK support team. |
ErrorLicenseInvalidOptions | The license failed to activate because the options string was invalid. Contact the Nix SDK support team. |
Inactive | The license manager has not been activated yet. Activate the license using Activate(string, string). |