Click or drag to resize

SecurityUtilsGetLicenseServerKey Method

Retrieves the server key of the local machine.

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 string GetLicenseServerKey()

Return Value

Type: String
The server key of the local machine.
Exceptions
ExceptionCondition
LicenseExceptionIf the server key could not be retrieved.
Remarks
The license service must be running on the local machine to sucessfully retrieve the server key.
See Also