如何在数字上签名.tlb(类型库)文件?

发布于 2025-02-13 10:37:24 字数 42 浏览 1 评论 0原文

我想数字签名.tlb文件。我可以知道如何签署.TLB文件。 提前致谢。

I want to digitally sign .tlb file. Can I know how to sign the .tlb files.
Thanks in Advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

妳是的陽光 2025-02-20 10:37:24

如果您有时间和耐心使用.NET Framework中包含的C#和标准加密库来构建工具,则可以实现自己的签名逻辑。

如果用于构建流程使用情况,则VS的旧版本具有称为signtool.exe的工具。查看此文档 - https:> https://learn.microsoft.com /en-us/dotnet/framework/tools/signtool-exe

您必须获得它来自较旧的分布。请记住,这不会停止在不检查数字证书的情况下继续阅读程序。

否则,包括Microsoft和Verisign在内的第三方确实提供了自己的签名工具。请浏览本文以获取详细的步骤 - https:https:///www.thegeekstuff。 com/2010/03/Microsoft-Digital-Signatures/

It is possible to implement your own signing logic if you have time and patience to build a tool using c# and standard encryption libraries included with .Net framework.

If this is intended for build process usage, old version of VS had a tool called signtool.exe. Check out this documentation - https://learn.microsoft.com/en-us/dotnet/framework/tools/signtool-exe

You will have to obtain it from older distribution. Please keep in mind that this does not stop reading program from proceeding without checking for digital certificate.

Otherwise, third parties including Microsoft and Verisign do provide their own signing tools. Please go through this article for detailed steps - https://www.thegeekstuff.com/2010/03/microsoft-digital-signatures/

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