![]() |
Licence
|
public sealed class LicenceFull
The LicenceFull type exposes the following members.
Name | Description | |
---|---|---|
![]() | LicenceFull | Initializes a new instance of the LicenceFull class |
Name | Description | |
---|---|---|
![]() | Id | The unique database primary key of the licensing user account. |
![]() | Name | This property will typically be a short name to identify a licensing user account, or it may be an email address because some company policies require that authentication occur using an email address. In the latter case, the Email property can be ignored. |
![]() | ProductKey | The licensing product key for the licensing system. This special key will be provided by Red Centre Software to customers who wish to host their own licensing system. |
![]() | SessionId | This optional Id may be used by licensing providers to associate a session of some kind with the licence. The value is not part of the licensing database, it may be filled by host apps after successful authentication. The exact meaning of the property value is defined by the hosting environment. |
Name | Description | |
---|---|---|
![]() | CanSeeCustomer | Corresponds to a function in the C++ Licensing class. |
![]() ![]() | DeserializeFromJson | Deserializes a new Licence instance from a JSON string. |
![]() | GetCustomerList | Gets a common joined list of licensed customers. Empty string if none. Corresponds to a function in the C++ Licensing class. |
![]() | GetJobList | Gets a comma joined list of licensed job names for a specified customer name. Empty string if none. Corresponds to a function in the C++ Licensing class. |
![]() | GetVarTreeList | Gets a comma joined list of licenced vartree names for a job under a customer. Empty string if none. Corresponds to a function in the C++ Licensing class. |
![]() | SerializeToJson | Serializes the Licence class instance to a JSON string. |