Click or drag to resize

LicensingUtilsVerifyLicense Method

Note: This API is now obsolete.

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#
[ObsoleteAttribute("Use CheckLicense method instead.")]
public static ILicenseInfo VerifyLicense(
	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