Synergex.SynergyDE.DeviceLicensing.LicenseInfo

Store local license information

 

 

 

NSupported in Synergy .NET
namespace Synergex.SynergyDE.DeviceLicensing
public class LicenseInfo

The LicenseInfo class stores local license information that is retrieved from a device by the GetLicenseInfo method.

Fields

Token

Token for license block. (string)

Description

Device description (unique within license block). (string)

GUID

Unique device identifier. (string)

Transferable

Whether license can be transferred to another device. (boolean)

LicenseStatus

Current device status: Active, NotActive, Grace. (LicenseStatus)
See Synergex.SynergyDE.DeviceLicensing.LicenseStatus.

Activated

Date device was activated or last synchronized. (datetime)

Expiration

Date device will expire if no connection is made. (datetime)

Userdata

Application- or customer-specific data. (string)

SubscriptionExpiration

Subscription expiration date. (datetime)

DebugInfo

Debug information for Synergex (encrypted). (string)

See also

Synergex.SynergyDE.DeviceLicensing.DeviceLicensing class