Transport Level Security Vs Message Level Security in WCF
Core security concepts supported by WCF – Windows Communication Foundation are Confidentiality, Integrity, Auditing, Authentication and Authorization. In Windows Communication Foundation, security can be configured at two different levels: Transport Level Security It secures the actual transport (i.e. the pipe) over which the message passes through from client to a service. For example it uses SSL… Read More »
