What is the paramter pCert in PXC_SignDocumentW function?
Question:
What is the parameter pCert in PXC_SignDocumentW function?
Is it a pointer, full certificate or the raw-data of a certificate?
As we tried to set to System.Security.Cryptography.X509Certificates.X509Certificate2 and System.Security.Cryptography.X509Certificates.X509Certificate, but we have a problem with memory protection.
Answer:
It is the Crypto API type. Please consult MSDN for more info.
For example: http://msdn.microsoft.com/en-us/library/aa376064(VS.85).aspx
More Like This
-
KB#72: How do Icopy an image from an existing PDF file to a new PDF file and retain the original dimensions?
-
KB#227: I have an issue using the PDF-XChange SDK sample code with Microsoft Visual Basic in 'Interactive Mode' for debugging.
-
KB#50: Error when running application scheduled task
-
KB#51: I have a problem with my web application making calls to PXCLIB40.dll when running in 64 bit development environment
-
KB#118: Can I use the PDF-XChange print driver from Delphi 5 to save a Quick Report as a PDF file without user intervention?