Showing posts with label WCF. Show all posts
Showing posts with label WCF. Show all posts

WCF Security Basic: Part 1

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:

  • At Transport Level. 
  • At Message Level.