Edward,

Edward Cooke wrote:
> I'm trying to use the windows certificate store to store the certificates
> and use iTextSharp to take the certs from that store and sign the doc. It
> works great, as long as it doesn't require any form of chain to get to a
> trusted root. I've tried adding the entire chain into the array of
> certificates, in both root cert first, signing one last and signing one
> first the root last. But adobe is showing that only the signing cert is
> being put in.

Please also post example PDFs.


Edward Cooke wrote:
> And as the size of the pdf document doesn't change whether the other ones
> are there or not, I'm more inclined to say that iTextSharp is not
> including them in the pdf document.

You reserve a certain number of bytes in the document for the signature. In
case of PKCS#7 signatures, the path is included in the signature itself and,
thus, in the reserved space. Whether or not you include the certificate
path, therefore, does not automatically have an effect on the document size.

Regards,   Michael.

--
View this message in context: 
http://itext-general.2136553.n4.nabble.com/iTextSharp-and-certificate-chains-using-windows-certificate-store-tp3761613p3762070.html
Sent from the iText - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to