Synergex.SynergyDE.DeviceLicensing.LicenseError
|
WNSupported in Synergy .NET on Windows
|
|
|
namespace Synergex.SynergyDE.DeviceLicensing public enum LicenseError
The LicenseError enumeration is used to return errors for the methods in the DeviceLicensing class.
Cannot connect to license server.
The device information does not match information on the server. Returned by DeviceLicensing.Synchronize() only when auto_reactivate is false.
The device description is not unique within the license block.
The device license subscription period has expired.
Contact Synergy/DE Developer Support.
The AppGUID or the associated public key in your SynergyDeviceLicenseAttribute is invalid.
Contact Synergy/DE Developer Support.
A device GUID has already been stored on the device. This can only occur from an explicit call to GetDeviceGUID() from within your application, but outside your ISynergyDeviceCallback.Init() method.
Success.
No more device license slots are available. If this is the initial activation, (DeviceLicensing.Activate()), the device is placed into a 7-day grace period. Returned by DeviceLicensing.Synchronize() only when auto_reactivate is true.
The device has not been activated.
The device cannot be found on the server.
The device license is not allowed to be transferred from one device to another.
Either the device has been deactivated or the device license has been revoked via the device license management website.
The device license request to the license server timed out (2 minutes).
Either the token/password combination is invalid or the password has expired.