如何确保与net进行WCF通信。tcp绑定

时间:2022-08-26 19:54:21

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 ?

如何确保与net进行WCF通信。两个c#应用程序之间的tcp绑定?我已经遇到了传输和消息安全性,但是是否有一个解决方案可以使用其中的一个?

1 个解决方案

#1


4  

Take a look at this MSDN article.

看看这篇MSDN文章。

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

客户端通过身份验证,消息通过Windows身份验证进行安全保护。

#1


4  

Take a look at this MSDN article.

看看这篇MSDN文章。

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

客户端通过身份验证,消息通过Windows身份验证进行安全保护。