Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sbelgium

    Problems with certificates in Windows 2000 server.

    Hey, I get an error in w2k when i want to do the following statement: sig.SetKey(this.ClientCertificate.Key); In Windows XP I dont get an error... This is the error: Key handle can not be acquired within the cryptographic service provider (CSP) for this implementation. Can anyone help me...
  2. sbelgium

    Convert String to Byte

    Thank you very mutch!
  3. sbelgium

    Convert String to Byte

    Hey, I want to make a hashcode for a String. What is have to do is convert the String to Byte. I do the following: ------------------------------------------------ Dim ae As New ASCIIEncoding Dim bericht As String = "test" hash = sha1.ComputeHash(ae.GetBytes(bericht))...
  4. sbelgium

    C# to VB.NET

    Thanks! Problem solved.
  5. sbelgium

    C# to VB.NET

    Hey, I have a program in C# but I want to convert it into VB.NET. I have a problem with this code: In the c# class: eIDClient.cs: public event MessageReceived eventReceiving; In another c# class: theClient = new eIDclient(); this.theClient.eventAdding += new AddClient(theClient_eventAdding)...

Part and Inventory Search

Back
Top