LicensingUtils Class |
Namespace: PDTec.IceNet.Sdk.Utils
public static class LicensingUtils
The LicensingUtils type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CheckFeatureLicensed |
Checks if a specific feature is licensed.
|
![]() ![]() | CheckFeatureLicensedForUser |
Checks if a feature is licensed for a specific user. This check also fails if the
license allows only a limited number of users and more than this number of users
is registered with a licensing profile.
|
![]() ![]() | CheckFeatureLicensing |
Checks if the number of users for user-based licensing is exceeded.
|
![]() ![]() | CheckLicense |
Verifies an ice.NET license file. Returns a ILicenseInfo instance
if license is valid. Throws a LicenseException if validation fails.
|
![]() ![]() | CreateLicense(String, String, String, String, LicenseType, Int32, Boolean, DateTime, DateTime, ListString, String, XmlElement, XmlElement) |
Creates a license XML document.
|
![]() ![]() | CreateLicense(String, String, String, XmlElement, String, LicenseType, Int32, Boolean, DateTime, DateTime, ListString, String, XmlElement, XmlElement) |
Creates a license XML document with a license certificate.
|
![]() ![]() | GenerateLicenseNumber |
Generates a new license number.
|
![]() ![]() | GenerateLicenseNumberUint |
Generates a good enough random number out of thin air.
|
![]() ![]() | GetLicensingStatus |
Retrieves the current licensing status.
|
![]() ![]() | GetMacAddresses |
Retrieves MAC addresses from a text block produced by the ice.NET
license manager or ipconfig /all.
|
![]() ![]() | IsFeatureLicensedForUser |
Finds out if a feature is licensed for a specific user. If the license allows only
a limited number of users and more than this number of users is registered with a
licensing profile, an exception is thrown.
|
![]() ![]() | VerifyLicense | Obsolete.
Verifies an ice.NET license file. Returns a ILicenseInfo instance
if license is valid. Throws a LicenseException if validation fails.
|