Click or drag to resize

LicenceInfo Class

A shorter set of user account information that is generally useful for client apps.
Inheritance Hierarchy
SystemObject
  RCS.Carbon.Licensing.SharedLicenceInfo

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

The LicenceInfo type exposes the following members.

Properties
 NameDescription
Public propertyCustomers A non-null array of customers permitted to the account. Each customer has a non-null array of child jobs loaded, so clients can access the full customer and job hierarchy immediately after login.
Public propertyRealms A non-null array of realms permitted to the account. If the licensing provider does not support realms then the array will always be empty.
Top
See Also