Click or drag to resize

SecurityUtilsMatchLicenseServerKey Method

Matches a server key against a key from a license (file). Throws a LicenseException is the key does not match.

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 void MatchLicenseServerKey(
	string serverKey,
	string licenseKey
)

Parameters

serverKey
Type: SystemString
The server key.
licenseKey
Type: SystemString
The server key from the license.
Exceptions
ExceptionCondition
LicenseExceptionIf the server key does not match the license key or any key is malformed.
See Also