Click or drag to resize

LicenceFull Class

Encapsulates account data for an authenticated User Id or Name.
Inheritance Hierarchy
SystemObject
  RCS.Carbon.Licensing.SharedLicenceFull

Namespace: RCS.Carbon.Licensing.Shared
Assembly: RCS.Carbon.Licensing.Shared (in RCS.Carbon.Licensing.Shared.dll) Version: 9.1.14
Syntax
C#
public sealed class LicenceFull

The LicenceFull type exposes the following members.

Constructors
 NameDescription
Public methodLicenceFullInitializes a new instance of the LicenceFull class
Top
Properties
 NameDescription
Public propertyId The unique database primary key of the licensing user account.
Public propertyName 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.
Public propertyProductKey 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.
Public propertySessionId 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.
Top
Methods
 NameDescription
Public methodCanSeeCustomer Corresponds to a function in the C++ Licensing class.
Public methodStatic memberDeserializeFromJson Deserializes a new Licence instance from a JSON string.
Public methodGetCustomerList Gets a common joined list of licensed customers. Empty string if none. Corresponds to a function in the C++ Licensing class.
Public methodGetJobList 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.
Public methodGetVarTreeList 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.
Public methodSerializeToJson Serializes the Licence class instance to a JSON string.
Top
See Also