Sign code programmatically

  • Thread starter Thread starter MS Newsgroups
  • Start date Start date
M

MS Newsgroups

Hi,

Is it possible to sign my code with a certificate programatically (same as
using signcode.exe) ?

Niclas
 
Hello,

MS Newsgroups said:
Is it possible to sign my code with a certificate programatically
(same as using signcode.exe) ?

"signcode.exe" provides a lot of command line options. Open a console and
type "signcode /?".
 
I don't want to use signcode.exe, i would like to have my assembly
automatically signed every time i build it is VS without having to do this
manually with signcode.exe

Niclas
 
Back
Top