When we talk about security in Windows Communication Foundation, Itcan be at two different levels i.e.
- Transport Level Security
- Message Level Security
Different WCF bindings have security defaults as follows:
1. BasicHttpBinding
- No Security
- Interopable with ASMX Web Services
2. WsHttpBinding
- Message Level Security
- SOAP Messages are encrypted
3. NetTcpBinding
- Transport Level Security
- Packets are encrypted but not the messages (SOAP messages)
how can i secure the WCF Restful Service using yung example in 5 simple steps to create your first RESTful service
This comment has been removed by a blog administrator.
Securing RESTful services with ASP.NET Membership.
http://channel9.msdn.com/blogs/rojacobs/endpointtv-securing-restful-services-with-aspnet-membership
How to implement security in WCF Restful services.
Nice Article