Click or drag to resize
AB4D logo

LicenseHelperSetLicense Method

SetLicense method can be called to activate the commercial license or extend the evaluation. The parameter values for the commercial value can be get from the User Account web page.

Namespace: Ab3d.Licensing.PowerToys
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.2.9104.2045
Syntax
C#
public static void SetLicense(
	string licenseOwner,
	string licenseType,
	string license
)

Parameters

licenseOwner  String
license owner
licenseType  String
type of the license
license  String
license text
See Also