←Select platform

GetDigitalSignatureSupportStatus Method

Summary

Gets the status of digital signature support in the LEADTOOLS PDF toolkit.

Syntax
C#
VB
C++
public static RasterExceptionCode GetDigitalSignatureSupportStatus() 
Public Shared Function GetDigitalSignatureSupportStatus() As RasterExceptionCode 
public:  
   static RasterExceptionCode^ GetDigitalSignatureSupportStatus() 

Return Value

A RasterExceptionCode that indicates the status of digital signature support in the LEADTOOLS PDF toolkit. A value of RasterExceptionCode.Success indicates that digital signature support is available and ready to use. Any other value indicates that either the required libraries are missing, or digital signature support is not available for this platform.

Remarks

The LEADTOOLS PDF toolkit requires OpenSSL 1.1.0 to implement the optional digital signature reading and writing features.

Previously, LEADTOOLS compiled the source code and included the binaries in the installation setup. In the current installation, the binaries are no longer included, but are available as a separate download.

Use this method to query if digital signature support is available in the PDF toolkit. Refer to LEAD-Compiled OpenSSL Binaries for more information.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly