![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm very puzzled about the code signing system in place in Visual Studio. I can sign ClickOnce deployments with a certificate from the certifcate store. Why can I not do the same thing when signing an assembly? For that, I need to have a .pfx or .snk file. My company does not want to give the Verisign certificate password to the development team, and rightly so since they could then take that .pfx home an start singing any sort of trash they wanted with the company certificate. So instead, they have installed the certificate with the private key in the certificate store and disabled the ability to export the private key. The only way to sign code is then to use signtool.exe. Code signing in Visual Studio is not possible. Why aren't the code signing mechanisms for ClickOnce and assemblies the same? It seems like I must be missing something here, but I can't imagine what it could be. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |