简体   繁体   English

如何使用net.tcp绑定保护WCF通信

[英]How can I secure a WCF communication with net.tcp binding

How can I secure a WCF communication with net.tcp binding between two C# applications ? 如何使用两个C#应用程序之间的net.tcp绑定来保护WCF通信? 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 . 看看这篇MSDN文章

The client is authenticated and messages are secured using Windows authentication. 客户端已通过身份验证,并使用Windows身份验证保护邮件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM