API/Library to replace signtool.exe

后端 未结 4 582
旧时难觅i
旧时难觅i 2020-12-30 09:03

The Windows SDK ships with a tool called signtool.exe that lets you sign a file with a certificate. I need to do the same thing but in a background service so I\'m on the lo

4条回答
  •  被撕碎了的回忆
    2020-12-30 09:12

    SignTool is using CAPICOM which is the COM wrapper for the Crypto API. You can use either one. If you're going with CAPICOM, you can check the information here.

提交回复
热议问题