Table of Contents

Enum LicenseManagerState

Namespace
NixUniversalSDK
Assembly
NixUniversalSDK.dll

Enum describing the possible states of the LicenseManager.

public enum LicenseManagerState

Fields

Active = 1

The license has been activated successfully and Nix Universal SDK functions are available.

ErrorInternal = -1

An unknown error occurred when activating the license. Contact the Nix SDK support team.

ErrorLicenseBadSignature = 2

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 = 4

The license has expired and is no longer valid. Contact the Nix SDK support team.

ErrorLicenseInvalidOptions = 3

The license failed to activate because the options string was invalid. Contact the Nix SDK support team.

Inactive = 0

The license manager has not been activated yet. Activate the license using Activate(string, string).