passing x509 client certificate to ssl web service

M

Matijaz

Hi,

My company is planing to develop mobile application interacting with a
several web services. Application will be invoking from mobile device SSL
Web Service that requires a X509 client certificate. Compact Framework 2.0
does not implement System.Security.Cryptography.X509Certificates namespace
and SoapHttpClientProtocol class doesn't have ClientCertificates property
either. I have read that it is possible to use
OpenNETCF.Web.Services2.Security.Cryptography API to implement client side
X509 certificate functionality. Would you please point me out to some
snippet of code in c# or vb.net?

How about CF 3.5 - maybe someone knows when appropriate devices would be
availiable?

Best Regards
Maciej Regulski
 
M

Matijaz

BTW, on friday I came across great website about Compact Framework and WSE
2.0 but I can't get any response from server. The address is
http://www.mperfect.net/cfWse2/ but server doesn't respond today - only
incomplete google mirror is availiable... :(
 

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