Class LicenseParameters
License parameters
Inheritance
System.Object
LicenseParameters
Namespace: AdmPwd.Types
Assembly: AdmPwd.PDSWrapper.dll
Syntax
public class LicenseParameters : Object
Constructors
LicenseParameters(string, DateTime, uint, uint, string)
Declaration
public LicenseParameters(string licenseFile, DateTime expiration, uint machines, uint domainAccounts, string forest)
Parameters
Type | Name | Description |
---|---|---|
string | licenseFile | Path to license file on PDS server |
System.DateTime | expiration | When current license expires |
uint | machines | How many computers are licensed |
uint | domainAccounts | How many domain accounts are licensed |
string | forest | DNS name of AD forest license is bound to |
Properties
ExpiresOn
When current license expires
Declaration
public DateTime ExpiresOn { get; }
Property Value
Type | Description |
---|---|
System.DateTime |
Forest
DNS name of AD forest license is bound to
Declaration
public string Forest { get; }
Property Value
Type | Description |
---|---|
string |
LicensedManagedAccounts
How many domain accounts are licensed for management
Declaration
public uint LicensedManagedAccounts { get; }
Property Value
Type | Description |
---|---|
uint |
LicensedSeats
How many computers are licensed for local admin password management
Declaration
public uint LicensedSeats { get; }
Property Value
Type | Description |
---|---|
uint |
LicenseFilePath
Path to license file as configured on PDS server
Declaration
public string LicenseFilePath { get; }
Property Value
Type | Description |
---|---|
string |