LibraryManagerLicenseVerify Method
|
Verifies the provided license key along with device ID and application ID.
Namespace: ComPDF_Conversion.CommonAssembly: cpdfconversionsdk_dotnet (in cpdfconversionsdk_dotnet.dll) Version: 3.2.0.0 (3.2.0.0)
Syntaxpublic static ErrorCode LicenseVerify(
string license
)
Parameters
- license String
- The license key string to be verified.
Return Value
ErrorCodeErrorCode indicating the success or failure of the verification process.
See Also