Click or drag to resize
AB4D logo

LicenseHelper Class

Ab2d.PowerToys.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
  Ab3d.Licensing.PowerToysLicenseHelper

Namespace: Ab3d.Licensing.PowerToys
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
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