Search

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

Matching Posts

  • RSA Cryptology problem

    Hi, I have the following encryption code: Dim encryptedKey As String = nothing <WebMethod()> Public Function Encrypt(ByVal password As String) As String Dim bEncryptedData() As Byte Dim rsaCSP As RSACryptoServiceProvider Dim bInput() As Byte Dim paramCSP As CspParameters paramCSP = New CspParameters() paramCSP.Flags = CspProviderFlags.UseMachineKeyStore rsaCSP = New RSACryptoServiceProvider(paramCSP) bInput = (New System.Text.UnicodeEncoding()).GetBytes(password) encryptionKey = rsaCSP.ToXmlString
    Posted to Security (Forum) by mtullock on 8/15/2003
  • Re: Datagrid hidden value

    thank you!!! you have saved my sanity!!!!!!!! ok on to the next issue........ Cheers! Magnus
    Posted to Data Presentation Controls (Forum) by mtullock on 8/13/2003
  • Datagrid hidden value

    Hi Guys I have the following data grid: <asp:datagrid id="hospital" OnItemCommand="showID" AutoGenerateColumns="false" runat="server"> <Columns> <asp:ButtonColumn HeaderText="id" DataTextField="ID" Visible="false" /> <asp:ButtonColumn HeaderText="Code" DataTextField="Code" CommandName="Select" /> <asp:ButtonColumn HeaderText="Description" DataTextField="Description"
    Posted to Data Presentation Controls (Forum) by mtullock on 8/13/2003
  • property problems

    Hi Guys, I am implementing a new system at work which uses existing VB code, which I intend to create web services from. The current one I am working on is an encryption algorithm which works perfect in VB but uses a propery method (shown below) however the web page is not able to access it, the error I get is - BC30456: 'InBuffer' is not a member of 'Delayed_Discharge_Web.localhost.Service1'. I ahve tries putting a <webmethod()> in front of it but o success - any ideas? Web Page Dim encRadio
    Posted to XML Web Services (Forum) by mtullock on 8/11/2003
Page 1 of 1 (4 items)