WCF with Certificates in .NET CF?

  • Thread starter Thread starter Tobias Hebel
  • Start date Start date
T

Tobias Hebel

Hi,

is there a way to use certificates to authenticate a WCF client / server
infrastructure in .NET CF?

mfg
Tobias Hebel
 
Tobias said:
Hi,

is there a way to use certificates to authenticate a WCF client / server
infrastructure in .NET CF?

I found out, that .NET CF can't use SecurityMode.Message but
SecurityMode.Transport. So I changed my Code to that. Now I get the error:

An Error occured while making the HTTP request to
https://mysite/myservice/service.svc. This could be due to the fast that
the server certificate is not configured properly with HTTP.SYS in the
HTTPS case. This could also be caused by a mismatch of the security
binding between the client and the server.

What does this mean?

mfg
Tobias Hebel
 
Back
Top