Click or drag to resize
LicenseVerificationVerifyLicenseFile Method
Checks validity of license file

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

Parameters

strPath
Type: SystemString
Filesystem path to license file
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