ILicenseInfo Interface |
Namespace: PDTec.IceNet.Core.Runtime
public interface ILicenseInfo
The ILicenseInfo type exposes the following members.
Name | Description | |
---|---|---|
LicensedFeatures |
Gets all features associated with this license.
| |
LicensedUsersCount |
Gets the number of licensed users.
| |
LicenseExpiryDate |
Gets the license expiration timestamp.
| |
LicenseNumber |
Gets the license number.
| |
LicenseStartDate |
Gets the license start timestamp.
| |
LicenseText |
Gets the license text.
| |
LicenseType |
Gets the license type.
|
Name | Description | |
---|---|---|
GetFeatureLicensedUsers |
Gets the number of users that are licensed for a specific feature.
| |
IsFeatureLicensed |
Indicates if a specific feature is licensed.
|