Authenticode & Certs?

  • Thread starter Thread starter schneider
  • Start date Start date
S

schneider

Hello,


I'm looking for info on applying a Autenticode/Cert to my .NET libs. Anyone
know of a link.

Also any information on purchasing them from sources and what specific type
of cert to purchase. Currently I'm deling with www.Comodo.com

Currently the only thing I see is the need for a file of type .pfx file.
Ideally I would like to use the same cert for everyhing I develop .dll,
ASP.NET, Click Once.

Thanks,

Schneider
 
You want to get a Microsoft Authenticode certificate - I've only worked with
VeriSign so far, but there are several providers. You can use the
SignTool.exe program to sign .NET 2.0 files (search for SignTool). The old
way is to use SignCode.exe, but SignTool replaces that. There are various
sources on the 'net for instructions on how to sign Click Once stuff.

William
 
Back
Top