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.UtilsAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic static void MatchLicenseServerKey(
string serverKey,
string licenseKey
)
Parameters
- serverKey
- Type: SystemString
The server key. - licenseKey
- Type: SystemString
The server key from the license.
ExceptionsException | Condition |
---|
LicenseException | If the server key does not match the license key or any key is malformed. |
See Also