RSA signing data

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Peter Morris [Capable Objects]

    #1

    RSA signing data

    Hi all

    I need to sign some data to ensure it has not been tampered with. I'm
    pretty sure I will be able to work out how to do what I want by searching
    for RSACryptoServic eProvider on Google, but what I can't see is how to get
    my app to generate a key pair at runtime. Can anyone give me a hint as to
    what to search for?


    Thanks


    Pete


  • RobertK

    #2
    Re: RSA signing data

    see ms-help://MS.VSCC.v90/MS.MSDNQTR.v90. en/dv_vssoln/html/64173505-8bfb-41cf-a0de-b9075173f3a2.ht m
    and
    ms-help://MS.VSCC.v90/MS.MSDNQTR.v90. en/dv_fxfund/html/05026813-f3bd-4d7c-9e0b-fc588eb3d114.ht m

    Comment

    • Peter Morris [Capable Objects]

      #3
      Re: RSA signing data

      Do you have those as web URLs? I only use online help so I don't have the
      local help installed.


      Thanks

      Pete




      "RobertK" <robertk@xmissi on.comwrote in message
      news:DF4969F3-ADBC-443B-918E-76785CED1820@mi crosoft.com...
      see
      ms-help://MS.VSCC.v90/MS.MSDNQTR.v90. en/dv_vssoln/html/64173505-8bfb-41cf-a0de-b9075173f3a2.ht m
      and
      ms-help://MS.VSCC.v90/MS.MSDNQTR.v90. en/dv_fxfund/html/05026813-f3bd-4d7c-9e0b-fc588eb3d114.ht m


      Comment

      • RobertK

        #4
        Re: RSA signing data

        http://msdn2.microsoft.com/en-us/library/che5h906

        http://msdn2.microsoft.com/en-us/library/6f05ezxy


        "Peter Morris [Capable Objects]" <firstname + '.' + lastName@capabl eobjects.comwrote in message news:uJsdq98PIH A.748@TK2MSFTNG P04.phx.gbl...
        Do you have those as web URLs? I only use online help so I don't have the
        local help installed.


        Thanks

        Pete

        Comment

        • Peter Morris [Capable Objects]

          #5
          Re: RSA signing data

          Thanks for the URLs but that isn't what I need to do. I need to create a
          signed hash of my own binary file, and also generate a key pair at runtime
          :-)


          Comment

          Working...