X509CERTIFICATE

G

Guest

Hi,

Does anybody knows how to send a client certificate ?

I tried to do this using the HttpWebRequest class but noticed that the
ClientCertificates collection is not implemented in the compact framework.

Maybe using functions from crypt32.dll ?

Thanks
 
G

Guest

Hi.

I took a look at "In the Hand Library" and it seems to be very useful.
I already know how to recover the certificates using the functions of
crypt32.dll (CertOpenStore,...). What i don't know is how to assign the
certificates to the request considering that
"HttpWebRequest.ClientCertificates" is not available at compact framework.
Can you help me with this ?
 
C

claudia

Hiparco,
Did you find any solution for assigning certificates to the request in
compact framework?. I have the same problem...

Regards,
Claudia.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top