Tag Archives: WCF Security

WCF Interview Questions – Part 3

This WCF tutorial is part-3 in series of WCF Interview Questions and Answers. Other parts in this series are as follows: WCF Service Interview Questions – Part 1 WCF Service Interview Questions – Part 2 WCF Service Interview Questions – Part 3 WCF Service Interview Questions – Part 4 WCF Interview Questions List – Part 3 What is a fault contract? A user… Read More »

WCF Service – Bindings default security

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… Read More »