Click or drag to resize

LicensingUtilsCheckLicense Method

Verifies an ice.NET license file. Returns a ILicenseInfo instance if license is valid. Throws a LicenseException if validation fails.

Namespace:  PDTec.IceNet.Sdk.Utils
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static ILicenseInfo CheckLicense(
	string licenseFilePath
)

Parameters

licenseFilePath
Type: SystemString
The path to the license file.

Return Value

Type: ILicenseInfo
The license information.
Exceptions
ExceptionCondition
LicenseExceptionif license validation fails.
See Also