Click or drag to resize
AB4D logo

LicenseHelper Class

Ab2d.ReaderSvg.LicenseHelper class is used to set the static EmbeddedLicenseAssembly or ApplicationLicenseKey properties. The EmbeddedLicenseAssembly 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. The ApplicationLicenseKey can be used to specify the license key for this application.
Inheritance Hierarchy
SystemObject
  Ab2d.Licensing.ReaderSvgLicenseHelper

Namespace:  Ab2d.Licensing.ReaderSvg
Assembly:  Ab2d.ReaderSvg (in Ab2d.ReaderSvg.dll) Version: 7.1.7295.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