Question

How can I secure a WCF communication with net.tcp binding between two C# applications ? I've run into transport and message security, but is there a solution which I could implement which uses one of those ?

Was it helpful?

Solution

Take a look at this MSDN article.

The client is authenticated and messages are secured using Windows authentication.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top