chorpeac,
chorpeac wrote: > Thanks for your input. I am currently able to access the clients cert on > the client, through the use of the CAPICOM ActiveX. It only accepts text > though, so I would have to be able to hash and sign on the client, and > returned the encrypted hash back to the server. What do you mean with "It only accepts text"? Almost everything electronically signed is binary data. chorpeac wrote: > Can iTextSharp accept externally signed data for a digital signature > field? That's what iText does in the example I pointed you to in my previous message. There you externally "create a PKCS#7 signature container" and inject it in iText; the example assumes that signature to eventually be "in a byte[] signatureContent" for the code segment afterwards. Regards, Michael. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Digital-Signature-Externally-Signed-tp2220099p2221352.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.itextpdf.com/book/ Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
