简体   繁体   English

如何使用.NET中的智能卡对PDF文件进行数字签名?

[英]How to digitally sign PDF files with smartcards in .NET?

I have a smartcard that stores my digital certificate. 我有一张存储我的数字证书的智能卡。 When I plug it into my PC, the certificate shows up at the Windows certificate store, under IE > Tools > Internet Options > Content > Certificates. 当我将其插入我的PC时,证书将显示在Windows证书存储区的IE>工具> Internet选项>内容>证书下。

So... How can I use such certificate to sign a PDF file in .NET? 那么......我如何使用这样的证书在.NET中签署PDF文件?

Check http://itextpdf.sourceforge.net/howtosign.html . 查看http://itextpdf.sourceforge.net/howtosign.html Maybe you need to change the key store to the "Windows-MY" keystore. 也许您需要将密钥库更改为“Windows-MY”密钥库。

See our PDFBlackbox components that let you sign PDF files using certificates on smartcards and USB tokens. 请参阅我们的PDFBlackbox组件,它们允许您使用智能卡和USB令牌上的证书对PDF文件进行签名。 As far as I know, PDFBlackbox is the only PDF signing component to support private keys stored on hardware (and thus not exportable to the system). 据我所知,PDFBlackbox是唯一支持存储在硬件上的私钥(因此无法导出到系统)的PDF签名组件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在.NET中对电子邮件进行数字签名? - How can I digitally sign an email in .NET? 如何在.net中对HTTPS请求进行数字签名? - How do I digitally sign an HTTPS request in .net? 在服务器上对MS Office(Word,Excel等)进行数字签名和PDF文件 - Digitally sign MS Office (Word, Excel, etc..) and PDF files on the server 如何使用ASP .NET Web服务在客户端-服务器范例中对Open Office XML文档进行数字签名? - How to digitally sign Open Office XML document in client-server paradigm with ASP .NET webservices? 如何以编程方式获取用于在.NET中进行数字签名的公司信息? - How can I programmatically obtain the company info used to digitally sign an assembly in .NET? 什么是使用.Net数字签名要下载的zip文件的最佳方法是什么 - Whats the best way digitally sign a zip file for download using .Net 如何在Visual Studion 2010及更高版本中对程序集进行数字签名? - How to digitally sign an assembly in Visual Studion 2010 and above? 应该对哪些文件进行数字签名 - Which files should be digitally signed 如何在 .net ( C# ) 中使用标准 ISO20022 创建数字签名的 Xml 消息? - How to create digitally signed Xml Message using standard ISO20022 in .net ( C# )? .NET 库来打印 PDF 文件 - .NET library to print PDF files
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM