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 ?

有帮助吗?

解决方案

Take a look at this MSDN article.

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top