WCF Security is a very wide topic. So it is better to break into multiple parts to understand it better. In this part, I will be covering very basic of it.
In WCF, We can apply security measures (authentication and Encryption) at two points when sending and receiving messages:
In WCF, We can apply security measures (authentication and Encryption) at two points when sending and receiving messages:
- At Transport Level.
- At Message Level.




