views:

468

answers:

4

My client wants to sign the application code. He gave me an .spc file for signing a .NET desktop application. How should I use it within the app?

Thanks

A: 

do I have to integrate the command line in my installer?

A: 

You sign the assembly before you send it to your customer. You can do this automatically in Visual Studio in the project settings.

vimpyboy
A: 

I tried but I have only an .spc file. Visual Studio wants a .pfx, .snk file