I have tried securing webservice request and response with asyemmtric algorithms. I used RSACryptoService Provider. Evrything works fine. But now I have a question. How do I use the public and private key pairs of the user(he might have purchased it from Verisign)?
1. How to get such keypairs from verisign and using it in RSA Keypairs? 2. Are the formats of the .NET RSA Keypair and Verisgn RSA KEypair are same? Generally RSACryptoProvider generates following keypair, does it matches with Versign's? If not ,how to generate following keypair using Verisign's keypair. <RSAKeyValue> <Modulus>wcTn2ICBhjMxwYlrDfaJM593xbLrL1oQxhvfs+R5X+q3UVKPpgHhV/7/kycv2Eapv+Q U0TTwQzFo7+2Yjpw6WKzS3WuxGKmp0gICZOLgoCUgrn5ePDLBtYGcCMorZ7TKbSIRQsACzgi8FYs YsOBSif/trct4tv0HqZEHabDKzMc=</Modulus> <Exponent>AQAB</Exponent> <P>6Ki/oEQoK1O8XV23zrAPuXb0Zxu0rVcfSCCBMjL2naGLGFjDjseb1UgRkOJdCOgVsIPYZ7uAA yYwVGu5x04a1w==</P> <Q>1TVeC5NyciXQ4BbLYOie6ERV2RoRm6MtL+mVfCYbHapez9MK1DdmKOtBkZQmco+xAPa/QZfg3 OnMmB5c+X0PkQ==</Q> <DP>GM7FgAVEczo+f4Yar0M+qfvxG31syn7bqwksPXoJqc0r07DDSVonV5qTpOs+GFEG3wdv77+i arOLu7Sw3nuJiQ==</DP> <DQ>001Tylc0KmrOCvisUXvZ2Um4ZzSN1NiwdPajvumpIAp0crWu2smYxt75GcVhIVLFUrY4sFJM ecSAjxYwgNZv8Q==</DQ> <InverseQ>m3wk/k18y5+4qs04CWSpZITKZEcltZ1XDtP+WBY7OuTaX4L/KHXCcPi6BpRdyXCuM4 XzWCwHk/GT0Fmc+eEvYA==</InverseQ> <D>XaYGz3I8J1nywDDkFpmCcfqublQsqnQDC1xJX64aoyrTcnBOkNLz0A2kA8C6tPJh9CYNkZbeT /s/VkYkpzgGUiGnFE1qlirZ4UKFuAFn0efJRwtrjqFwCOnhKXwcygSNCmse5IBX53Nn6V2clAfcW uw9XwMdvGK/qSbOkxj/GcE=</D> </RSAKeyValue> Thanks Dinesh Upare ----- Original Message ----- From: "Shawn Wildermuth" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 27, 2002 9:33 AM Subject: Re: [DOTNET] Trace Access Database Activity > Write a class that registers for DataAdapter.RowUpdating: > > using System.Diagnostics; > > myDataAdapter.RowUpdate += > new OleDbRowUpdatingEventHandler(OnRowUpdating); > > public void OnRowUpdating(object sender, > OleDbRowUpdatingEventArgs args) > { > Trace.WriteLine("Command: " + args.Command.CommandText); > } > > Thanks, > > Shawn Wildermuth > [EMAIL PROTECTED] > > > -----Original Message----- > > From: The DOTNET list will be retired 7/1/02 > > [mailto:[EMAIL PROTECTED]] On Behalf Of Avi Nahir > > Sent: Wednesday, June 26, 2002 12:33 PM > > To: [EMAIL PROTECTED] > > Subject: [DOTNET] Trace Access Database Activity > > > > > > Hi all, > > > > I'm using ADO.Net to access an MS-Access database. > > How can I trace what's going on? What queries are sent to the > > database? > > > > You can read messages from the DOTNET archive, unsubscribe > > from DOTNET, or subscribe to other DevelopMentor lists at > > http://discuss.develop.com. > > > > You can read messages from the DOTNET archive, unsubscribe from DOTNET, or > subscribe to other DevelopMentor lists at http://discuss.develop.com. > You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.