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: 6.0.0.0 (6.0.6225.27214)
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