以编程方式创建 .pfx 文件

发布于 2024-10-14 21:52:45 字数 148 浏览 2 评论 0原文

有没有办法以编程方式创建 .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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

感悟人生的甜 2024-10-21 21:52:45

您可以使用 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文