This is very important thing regarding the security in WCF services.
Security in Windows Communication Foundation i.e. WCF can be divided at two levels-
1. BasicHttpBinding
Security in Windows Communication Foundation i.e. WCF can be divided at two levels-
- Transport Level Security
- Message Level Security
Some bindings are there with bydefault security as follows-
1. BasicHttpBinding
- No Security
- Interopable with ASMX Web Services
3. NetTcpBinding
- Transport Level Security
- Packets are encrypted but not the messages (SOAP messages)
I understand there are different bindings in wcf. In your blog/ post that is well explained.
ReplyDeleteby reading this post, now I come to know about default securities in wcf....which is most common interview question. :)