WCF Example: Using of SSL with the service hosted in IIS

Damir Dobric Posts

Next talks:

 

    

Follow me on Twitter: #ddobric



 

 

Archives

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
developers.de is a .Net Community Blog powered by daenet GmbH.