Interview Question "Why to secure a wcf service"
Hi,I have been asked in an interview "How to secure a wcf service?"
I don't know what to answer. Please explain me.
Thanks in advance.
Regards,
RAJAN CRP
<wsHttpBinding>
<bindingname="WCFSample">
<securitymode="Transport"/>
</binding>
</wsHttpBinding>
<wsHttpBinding>
<bindingname="WCFSample">
<securitymode="Message"/>
</binding>
</wsHttpBinding>
<wsHttpBinding>
<binding name="WCFSecurityExample">
<security mode="None"/>
</binding>
</wsHttpBinding>
<wsHttpBinding>
<binding name="WCFSecurityExample">
<security mode="Message"/>
</binding>
</wsHttpBinding>