In This Topic
GdPicture14 Namespace / GdPicturePDF Class / SetSignatureCertificateFromP12 Method

SetSignatureCertificateFromP12 Method (GdPicturePDF)

In This Topic
Sets the certificate contained in the digital ID file for the subsequent signing of the currently loaded PDF document.
Overload List
OverloadDescription
Sets up the certificate, contained in the digital ID stored in the specified external PKCS#12 file with the filename extension ".p12" or ".pfx". This certificate is later used for the subsequent signing of the currently loaded PDF document. The method works with the file specified by its file path as a string.  
Sets the certificate, contained in the digital ID stored in the specified external PKCS#12 file with the filename extension ".p12" or ".pfx". This certificate is later used for the subsequent signing of the currently loaded PDF document. The method works with the instantiated stream object containing the corresponding file.  
See Also