bit
bit

Reputation: 973

iTextSharp - Read certificate from pdf

Following on the question by me on this post read-certificate-from-pdf I'm using SignCertificateChain in order to achieve all certificate chain about pdf signed.

However, I note that class returns only one item (my certificate), conversely, if I open the same document with adobe acrobat I can read 2 certificate (my cert and that about who released me).

Am I mssing something?

Upvotes: 1

Views: 1829

Answers (1)

Bruno Lowagie
Bruno Lowagie

Reputation: 77606

Without a sample PDF, it's very hard to help you. I'm currently writing the (Java-based) documentation on this subject, and I can't reproduce your problem: http://itextpdf.com/book/digitalsignatures See chapter 5 dealing with certificate verification.

Upvotes: 1

Related Questions