Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

Original intention is to create a service with Transport level security using SSL certificate and also enable Message level security with another server certificate but without any client authentication (Anonymous clients)

Is there some correct way of doing this?

When I setup
XML
<security mode="TransportWithMessageCredential">
with
XML
<message clientCredentialType="None" />
for wsHTTPBinding, I get an exception

InvalidOperationException: ClientCredentialType.None is not valid for the TransportWithMessageCredential security mode. ...

Thanks in advance.

[Update-24-Aug-2015]: Does anyone at least know if this is possible at all or not? :-)
Posted
Updated 23-Aug-15 17:34pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900