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...
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))...
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)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.