digital signature

  • Thread starter Thread starter ray well
  • Start date Start date
R

ray well

hi,

when my client tested an app i'm developing for him he got a security
warning msg that the publisher could not be verified, etc.

i never had this happen, what is a valid digital signature, and how do i get
one and do u have to pay for it, and if so how much is it, and who makes it;
or is this something i can produce on my own and how would i do it. also how
come it doesn't show up on other apps that i developed previously for the
same client even if they are run now?

thanks for any help

ray
 
Hi,

You can sign an assembly with a strong name using sn.exe.

http://msdn.microsoft.com/library/d...ide/html/cpconassigningassemblystrongname.asp

You would be better off with an digital signature for signing
the assembly.

http://msdn.microsoft.com/library/default.asp?url=/workshop/security/authcode/intro_authenticode.asp

Ken
------------------------------

hi,

when my client tested an app i'm developing for him he got a security
warning msg that the publisher could not be verified, etc.

i never had this happen, what is a valid digital signature, and how do i get
one and do u have to pay for it, and if so how much is it, and who makes it;
or is this something i can produce on my own and how would i do it. also how
come it doesn't show up on other apps that i developed previously for the
same client even if they are run now?

thanks for any help

ray
 
Hi ray,

The other user is correct that you can use that for development purposes,
but you will need to go to Verisign & pay $400 a year for a trusted code
signing certificate if you plan to release your software officially.

Crouchie1998
BA (HONS) MCP MCSE
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top