문제

I have to digitally sign my WPF application created in visual studio 2012. goodday.com provide the ".spc" file for this.But my visual studio requires pfx file format.How can I obtain certificate in PFX format?

도움이 되었습니까?

해결책

Got a simple option.Install your spc file.Go to Internet explorer=>tools=>content=> certificates.Then select your certificate and click export option.you can generate Pfx file

다른 팁

In Visual Studio 2019, Your are able to do the following:

1-Create a .NET Standard Class Library in Visual Studio.

2-Right-click on the project and go to properties

3-Click on the “Signing” tab

4-Check the “Sign the assembly” checkbox

5-Use the drop-down list to select an existing SNK, or create a new one. The file type is .pfs

6-If you create a new .pfs, it is critical to creat a strong password. Use a trusted password manager to generate a long password and store it.

For More info: https://christianfindlay.com/2020/01/24/net-how-to-sign-an-assembly-in-visual-studio-2019/

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top