I want to programatically add a digital signature to multiple DOCX files, using the standardized approach of the method Sign() from PackageDigitalSignatureManager object.
As in for example: http://blogs.infosupport.com/blogs/wouterv/archive/2007/02/24/Signing-Office-Open-XML-documents-using-the-Packaging-API.aspx
The thing is that, when I user the method Sign, it prompts the user for PIN Key, because the Microsoft Crypto API is trying to access the Private key in a SmartCard.
Is there any way where I can only use the method Sign once when adding a digital signature to multiple DOCX file, therefore the user is only prompted once when signing multiple files?