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