Click or drag to resize
DeveloperLicense Class
Use this object to set your license of Treek's Licensing Library to avoid DEMO message.
Inheritance Hierarchy
SystemObject
  TreeksLicensingLibraryDeveloperLicense

Namespace: TreeksLicensingLibrary
Assembly: TreeksLicensingLibrary (in TreeksLicensingLibrary.dll) Version: 1.3.5562.40448
Syntax
public class DeveloperLicense

The DeveloperLicense type exposes the following members.

Constructors
  NameDescription
Public methodDeveloperLicense
Initializes a new instance of the DeveloperLicense class
Top
Methods
  NameDescription
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 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.)
Public methodiValidateDeveloperLicense
Validates LicenseXML property content. Use this to check if you supplied valid license.
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.)
Public methodStatic memberValidateDeveloperLicense
Validates LicenseXML property content. Use this to check if you supplied valid license.
Top
Properties
  NameDescription
Public propertyStatic memberAuthorPublicKey
Get's public key of Treek's Licensing library author. No need to use in your application, only for tests.
Public propertyiLicenseXML
License XML to activate purchased version of Treek's Licensing Library
Public propertyStatic memberLicenseXML
License XML to activate purchased version of Treek's Licensing Library
Top
Remarks