Click or drag to resize

CPDFSDKVerifierOnlineLicenseVerify 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:  ComPDFKit.NativeMethod
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public static LicenseErrorCode OnlineLicenseVerify(
	string onlineLicense
)

Parameters

onlineLicense
Type: SystemString
Online license.

Return Value

Type: LicenseErrorCode
ErrorCode
See Also