When we talk about security in Windows Communication Foundation, It can be at two different levels i.e.
Different WCF bindings have security defaults as follows:
1. BasicHttpBinding
- Transport Level Security
- Message Level Security
Different WCF bindings have security defaults as follows:
1. BasicHttpBinding
- No Security
- Interopable with ASMX Web Services
- Message Level Security
- SOAP Messages are encrypted
- Transport Level Security
- Packets are encrypted but not the messages (SOAP messages)
Nice Article
ReplyDeleteHow to implement security in WCF Restful services.
ReplyDeleteSecuring RESTful services with ASP.NET Membership.
ReplyDeletehttp://channel9.msdn.com/blogs/rojacobs/endpointtv-securing-restful-services-with-aspnet-membership
This comment has been removed by a blog administrator.
ReplyDelete