Click or drag to resize
Ab4d.SharpEngine logo

Licensing Class

Licensing class defines the SetLicense(String, String, String, String) method that can be called to activate the license.
Inheritance Hierarchy
SystemObject
  Ab4d.SharpEngineLicensing

Namespace: Ab4d.SharpEngine
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 1.0.8740+deb2991acfe86a95cca780cd4f82bcae2805c1a5
Syntax
C#
public static class Licensing

The Licensing type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberIsLicenseChecked True after the license has been checked.
Public propertyStatic memberIsLicenseValid True when the license is valid. Note: This value is not set immediately after calling SetLicense(String, String, String, String) method. See IsLicenseChecked to see if license was already checked.
Public propertyStatic memberIsTrialLicense True when the license is a trial license. See also TrialExpirationDate to get the trial expiration date. Note: This value is not set immediately after calling SetLicense(String, String, String, String) method. See IsLicenseChecked to see if license was already checked.
Public propertyStatic memberLicenseOwner Gets the owner of the license that was set by calling the SetLicense(String, String, String, String) method.
Public propertyStatic memberLicenseType Gets the license type that was set by calling the SetLicense(String, String, String, String) method.
Public propertyStatic memberPlatforms Gets the platforms that was set by calling the SetLicense(String, String, String, String) method.
Public propertyStatic memberTrialExpirationDate When trial license is used (IsTrialLicense is true), then this property provides trial expiration date. When trial is not used, then DateTime.MaxValue is get. Note: This value is not set immediately after calling SetLicense(String, String, String, String) method. See IsLicenseChecked to see if license was already checked.
Public propertyStatic memberUpdatesTimeLimit DateTime that specifies the date until when the updates for the product can be used. The product versions that are released after that date are not available without renewing the updates subscription (see User Account web page for more info). Note: This value is not set immediately after calling SetLicense(String, String, String, String) method. See IsLicenseChecked to see if license was already checked.
Top
Methods
 NameDescription
Public methodStatic memberSetLicense SetLicense method sets the license parameters for the Ab4d.SharpEngine. The parameter values for the commercial version can be get from the User Account web page of ab4d.com or from the ab4d.com/trial for trial version. Note that license is not checked immediately after calling this method.
Top
See Also