Click or drag to resize
LicenseVerificationVerifyLicenseXML Method
Checks validity of license string

Namespace: TreeksLicensingLibrary
Assembly: TreeksLicensingLibrary (in TreeksLicensingLibrary.dll) Version: 1.3.5562.40448
Syntax
public bool VerifyLicenseXML(
	string strXML,
	ref string ErrorMessage = "",
	ref License LicenseObject = null
)

Parameters

strXML
Type: SystemString
XML license
ErrorMessage (Optional)
Type: SystemString
Output variable with error message if validation fails
LicenseObject (Optional)
Type: TreeksLicensingLibraryLicense
Output variable with license information.

Return Value

Type: Boolean
Boolean value (true if valid license)
Remarks