Problem with TemporaryKey.pfx I don't have the password

有些话、适合烂在心里 提交于 2019-12-03 10:11:36
LT.Nolo

I went to Project Properties --> Signing tab--> then signed my app using the certificate in the ClickOnce section. In my case, the build was successful.

If PFX is password-protected, you can do little about this if you don't have a password. PFX contains a certificate with corresponding private key and optionally one or more CA certificates. Was the certificate in question self-signed or it was issued by some CA? I guess it was self-signed, considering it's file name. So you just create another certificate and use it instead of the old file.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!