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