Class LicenseInfo
This class holds the licence information, such as expiry date, LicenseType and entitlement string identifier.
Inherited Members
Namespace: Unity.DigitalTwins.Identity
Assembly: solution.dll
Syntax
[Serializable]
public class LicenseInfo
Fields
EntitlementId
The entitlement identifier of the license.
Declaration
public string EntitlementId
Field Value
Type | Description |
---|---|
String |
ExpiryTicks
The expiry date of the license.
Declaration
public long ExpiryTicks
Field Value
Type | Description |
---|---|
Int64 |
Type
The LicenseType of the license.
Declaration
public LicenseType Type
Field Value
Type | Description |
---|---|
LicenseType |