Click or drag to resize

LibraryManagerOnlineLicenseVerify Method

When the result in the registry is empty, it needs to be read from the remote server.
When the result in the registry is not empty, it is first verified locally.
Then, the remote content is read during the program execution.
If the remote content is different from the local content, the local content will be updated.
Otherwise, it will be not updated.

Namespace: ComPDF_Conversion.Common
Assembly: cpdfconversionsdk_dotnet (in cpdfconversionsdk_dotnet.dll) Version: 3.2.0.0 (3.2.0.0)
Syntax
C#
public static ErrorCode OnlineLicenseVerify(
	string onlineLicense
)

Parameters

onlineLicense  String
Online license.

Return Value

ErrorCode
ErrorCode
See Also