1.

What is the goal of transport-level security in WCF?

Answer»

In WCF, the transport SECURITY mechanisms are dependent on the binding and transport that is USED. It ensures the message passes securely from the client to the service over a transport medium. This point-to-point security is ESTABLISHED USING SSL (Secure Socket Layer). Integrity, privacy, and authentication are the goals of transport-level security.



Discussion

No Comment Found