Click or drag to resize

LicenseSigningKey Constructor (String, Boolean)

Initializes class and loads the license signing key from supplied string

Namespace:  TreeksLicensingLibrary2
Assembly:  TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax
public LicenseSigningKey(
	string KeyXML,
	bool UseXML
)

Parameters

KeyXML
Type: SystemString
The license signing key XML string
UseXML
Type: SystemBoolean
Inditicates, wheter the class should use KeyXML input to initialize
Remarks