Click or drag to resize
License Class
This object holds definition of license. It can be used to load and get license details in your app.
Inheritance Hierarchy
SystemObject
  TreeksLicensingLibraryLicense

Namespace: TreeksLicensingLibrary
Assembly: TreeksLicensingLibrary (in TreeksLicensingLibrary.dll) Version: 1.3.5562.40448
Syntax
[SerializableAttribute]
public class License

The License type exposes the following members.

Constructors
  NameDescription
Public methodLicense
Initializes a new instance of the License class
Top
Methods
  NameDescription
Public methodStatic memberDeserializeXML
Generates LicenseInfo object from XML.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGeneratedSignedLicenseXML
Generates license xml WITH signature
Public methodGenerateXML
Generates license xml WITHOUT signature
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyExpirationDate
Gets or sets license expiration date
Public propertyExpirationCheckOnlineOnly
Set's, if license expiration must be checked online. If TRUE, license will be treated as invalid when offline.
Public propertyHardwareID
Gets or sets hardware id of license. If set, license can be used only on computer with specified hardware id.
Public propertyLicenseInfo1
Gets or sets custom license info property.
Public propertyLicenseInfo2
Gets or sets custom license info property.
Public propertyLicenseInfo3
Gets or sets custom license info property.
Public propertyOwnerName
Gets or sets license owner
Public propertyProductName
Gets or sets product name
Public propertyRestrictions
Gets or sets restriction info.
Public propertySerialNumber
Gets or sets serial number
Top
Remarks