문제

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