Hi there
Im having trouble converting a java keystore to X509 certificate and using in vb .net
I have exported using Portecle in to .pem format. This works under php, but doesnt seem to in vb .net. The certificate has a passphrase too.
Does this have to be in a different format for vb .net? If you can, please let me know exact steps (and command line syntax if needed) to export to suitable format...
User Profile
Collapse
-
Convert java keystore to vb .net certificate
-
vb .net background worker thread safety
Hi guys
I seem to have thread safety issues in my code, whereby local variables are being overwritten within a backgroundworke r sub routine. In the example below, sometimes the output will repeat the same whatever variable. I assume its because it is being overwritten?
Module Module1
Private messagesLock As New Object
sub main()
do while (x<10)
Dim runme...
No activity results to display
Show More