Here is the example of the binding, which enforces WCF to use the SSL transport security with the Basic authentication. The full example can be downloaded here.
<basicHttpBinding>
<binding name="MySSLBinding">
<security mode="Transport">
<transport clientCredentialType="Basic"/>
</security>
</binding>
</basicHttpBinding>
Posted
Aug 01 2006, 11:24 AM
by
Damir Dobric