You are creating a distributed application by using Microsoft .NET Framework 3.5. The application uses Windows Communication Foundation (WCF). The distributed application provides point-to-point security. You need to ensure that the distributed application provides end- to-end security instead of point-to-point security. Which binding mode should you use?
A.
netTcpBinding with Transport security
B.
wsHttpBinding with Transport security
C.
wsHttpBinding with Message security
D.
netNamedPipeBinding with Transport security
Explanation:
Transport security means point-to-point security, since the mechanism of transfer is dependent on SSL/TLS for security, therefore, this only leaves answer choice C.