In This Article

ActiproLicenseManager Class

Represents a license manager for Actipro Software components.

public static class ActiproLicenseManager
Inheritance:
object object

Methods

RegisterLicense(string, string, AssemblyInfoBase?)

Registers a default licensee and license key.

public static void RegisterLicense(string licensee, string licenseKey, AssemblyInfoBase? assemblyInfo = null)
Parameter Type Description
licensee string

The name of the licensee, which is generally a company name.

licenseKey string

The license key.

assemblyInfo AssemblyInfoBase

The AssemblyInfoBase for the target assembly.

Inherited Members