digital signature

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ray well

    #1

    digital signature

    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



  • Ken Tucker [MVP]

    #2
    Re: digital signature

    Hi,

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

    http://msdn.microsoft.com/library/de...strongname.asp

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

    http://msdn.microsoft.com/library/de...thenticode.asp

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

    "ray well" <nospam@nospam. com> wrote in message
    news:urQP84zcFH A.220@TK2MSFTNG P12.phx.gbl...
    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




    Comment

    • ray well

      #3
      Re: digital signature

      thanks, ray


      Comment

      • Crouchie1998

        #4
        Re: digital signature

        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


        Comment

        Working...