开发者

Deleting a digital signing certificate (.PFX file)

I previously installed an incorrect .PFX file to sign assemblies. I now need to remove this in order to correct a build error. Is there anyway to remove the invalid signing certificate? I've tried removing it through the snap-in for certifi开发者_开发技巧cate management, but Visual Studio still uses it to build.


It sounds that you may have confused things a little bit.
Reading your question, it seems that you want to remove the signing the assembly with a strong key file? That key file is not stored in the Certificate Store in Windows, but rather as a file (usually within your project folder).
Go in to the settings of the project, under the Signing tab, uncheck the "Sign the assembly".

If your are indeed referring to code signing (Authenticode), then you probably have a custom build action that signs the assembly with the code signing certificate using SignTool.exe.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜