Table of Contents

Class XenDesktopLicensingConfiguration

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the XenDesktop licensing configuration configured for the site.

public class XenDesktopLicensingConfiguration : BypassSection
Inheritance
XenDesktopLicensingConfiguration
Inherited Members

Constructors

XenDesktopLicensingConfiguration()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.XenDesktopLicensingConfiguration class.

public XenDesktopLicensingConfiguration()

Properties

AdministrationConsoleUrl

Gets or sets the URL to use for administration of the license server - for example "https://corp-ctx01.demonstration.int:8082".

public string AdministrationConsoleUrl { get; set; }

Property Value

string

Administrators

Gets or sets the license administrators configured on the license server.

public XenDesktopLicenseAdministrators Administrators { get; set; }

Property Value

XenDesktopLicenseAdministrators

CertificateHash

Gets or sets the certificate hash for the license server.

public string CertificateHash { get; set; }

Property Value

string

LicenseServerName

Gets or sets the name of the license server configured within the site.

public string LicenseServerName { get; set; }

Property Value

string

LicenseServerPort

Gets or sets the port used by the license server - by default this is 27000.

public int LicenseServerPort { get; set; }

Property Value

int

LicenseServerUri

Gets or sets the URL of the web services management interface - for example "https://demo-ctx01.demonstration.int:8083/". This is only available on XenDesktop 7.6 and above.

public string LicenseServerUri { get; set; }

Property Value

string

Licenses

Gets or sets the licenses configured on the license server.

public XenDesktopLicenses Licenses { get; set; }

Property Value

XenDesktopLicenses

LicensingBurnInDate

Gets or sets the expiry date of the current licenses.

public DateTime LicensingBurnInDate { get; set; }

Property Value

DateTime

LicensingModel

Gets or sets the licensing model configured for the site.

public XenDesktopLicensingModel LicensingModel { get; set; }

Property Value

XenDesktopLicensingModel

LicensingModelString

Gets the licensing model configured for the site as a human readable string .

public string LicensingModelString { get; set; }

Property Value

string

Locale

Gets or sets the locale of the license server - for example "en".

public string Locale { get; set; }

Property Value

string

Version

Gets or sets the version of the license server - for example "v11.12.1.0 build 146690 (ipv6) i86_n3".

public string Version { get; set; }

Property Value

string

WebServiceVersion

Gets or sets the version of the license web service - for example "3.0".

public string WebServiceVersion { get; set; }

Property Value

string

Methods

ToString()

Returns the licensing configuration as a human readable string.

public override string ToString()

Returns

string

The licensing configuration as a human readable string.