Click or drag to resize

LicenseHelper Class

Ab2d.ZoomPanel.LicenseHelper class is used to set the static EmbeddedLicenseAssembly property that can be used to specify the Assembly that contains the embedded license key (its project contains the license.licx file as Embedded Resource). This property helps licensing code to find the license key faster.
Inheritance Hierarchy
SystemObject
  Ab2d.Licensing.ZoomPanelLicenseHelper

Namespace:  Ab2d.Licensing.ZoomPanel
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public static class LicenseHelper

The LicenseHelper type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCode exampleApplicationLicenseKey
ApplicationLicenseKey can be set to the special license key that is valid only for the specified application. This allows the application to run on computers without installed products and withouth using license.licx file to embed the license key into the application.
Public propertyStatic memberCode exampleEmbeddedLicenseAssembly
Gets or sets an Assembly that contains the embedded license key (its project contains the license.licx file as Embedded Resource).
Top
See Also