以编程方式创建 .pfx 文件
有没有办法以编程方式创建 .pfx 文件证书?我想用它来签署 PDF。我将从数据库获取客户端的数据,然后构建文件,这样当他们单击签署 pdf 时,它就会出去并获取已构建并存储在数据库中的 pfx 文件,然后用该文件签署 pdf。所以我的目标是如何创建文件?我正在使用 C# 4.0。
Is there a way to programmatically creating .pfx file certificate? I would like to use it to sign PDF. I would get the data of client from database then construct the file so when they click sign pdf, it would go out and get the pfx file that has been constructed and stored in database and then sign pdf with that file. so my goal is how to create the file? I am using C# 4.0.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 ChilKat 库。不过,您将需要 PEM 文件,链接如下: http://www.example- code.com/csharp/pfx_fromPem.asp
You can use the ChilKat library. You will need the PEM file though, here is the link: http://www.example-code.com/csharp/pfx_fromPem.asp