Search

You searched for the word(s): userid:785567

Matching Posts

  • Re: Criptography - Implementing criptography in ASP.NET 2.0 + C#

    It is very sad that I didn't get any reply so far. But I could manage to get a soultion for this. Here is how I generate the public key and private key to an xml file and later I can use them for encrypting. I am not sure if it is the best way but it works! If anyone gets a better solution please let me know. I am using RSA algorithm and the code is - RSA rsa = new RSACryptoServiceProvider(); string publicKeyXML = rsa.ToXmlString(false); string privateKeyXML = rsa.ToXmlString(true); StreamWriter
    Posted to Security (Forum) by ronyjohn_a on 9/1/2009
  • Criptography - Implementing criptography in ASP.NET 2.0 + C#

    Hi, I have a requirment in cryptography where I got stuck with some queries and doubts. Needless to say, I am new to this field. Let me first tell you what is my requirement is. It is to pass some message from a portal to an application which should be - 1. first, encrypted using a symmetric algorithm 2. generate the hash and encrypt using the asymmetric algorithm 3. encrypth the symmetric key using a asymmetric algorithm 4. Finally pass these to the application. Now I have some doubts which I could
    Posted to Security (Forum) by ronyjohn_a on 8/28/2009
  • Re: TFS Login screen

    I am accessing through Visual Studio 2005
    Posted to Installation and Setup (Forum) by ronyjohn_a on 6/25/2009
  • TFS Login screen

    Hi, I have a strange question :) I am using VS2005 along with TFS where I have installed the Microsoft Team Foundation Server MSSCCI Provider to connect to the TFS using the VS. When I am accessing any bound project, it is asking me to login. But the strange thing is that it is giving a list of previously logged in user names. I need to clear it. How can I do it ? Can anyone help me on this ? Thanks, Rony
    Posted to Installation and Setup (Forum) by ronyjohn_a on 6/23/2009
  • Re: Protx new protocol 2.23

    Hi qwe123kids, Thanks for your reply. Problem is that the dll is not from the Protx. Its some kind open source/free software. In my application this was implimented for a long time. I dont know from where they got the dll at that time. My be from some google search. -Rony
    Posted to Getting Started (Forum) by ronyjohn_a on 3/20/2009
  • Protx new protocol 2.23

    Hi All, I was using the Protx payment gateway for payment processings. For which I was using a third party dll "Protx.Vps.dll" which contains all the functionality implemented. Now the protocol version is changing to 2.22 to 2.23. The dll will become obsolete as it is using 2.22 version. If anybody knows the link to the new version of this dll, please give me the url ... Thanks, Rony
    Posted to Getting Started (Forum) by ronyjohn_a on 3/20/2009
  • Loading CSV Data into variable

    Hi, I have a problem with reading the csv data into datetime variable. My csv file is generated from performance monitor and I parsed it into a datatable. All the columns are created as string. Now in the first column which is a datetime field creates problem for me :) The format in which the csv file comes for this column is "mm:ss.0". ie it displays only the mins & secs. When I red it into the string formated datatable column, then I don't have any way to get this back to date
    Posted to Getting Started (Forum) by ronyjohn_a on 11/3/2008
  • Re: Javascript alert code when a control is clicked

    I think you need to delete the first row of the GridView when u click on the button after confirming it. You can use the following logic: <input type="button" value="Delete" onclick="javascript:return custom" > <script type="text/javascript"> function custom() { if(confirm( 'Are you certain you want to delete the record?' ) { __doPostBack('ctl00$ContentPlaceHolder1$GridView1','Delete$0') } else return false } </script>
    Posted to Getting Started (Forum) by ronyjohn_a on 9/30/2008
  • TFS Viewer

    Hi Friends, In my current project i am using TFS. In VSS we can view the files as well as who has checked it also which is the check out location and all by using "Microsoft Visual SourceSafe 6.0". Likewise for TFS is there any tool which will serve the same thing ? Thanx, Rony
    Posted to Getting Started (Forum) by ronyjohn_a on 9/12/2008
  • Re: Article about WS

    Thanx forthe quick reply
    Posted to XML Web Services (Forum) by ronyjohn_a on 9/9/2008
Page 1 of 2 (20 items) 1 2 Next >