Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用 .Net Remoting 的客户端服务器应用程序。我们有 TcpChannel 对象来建立客户端和服务器之间的连接。因此,如果我将 TcpChannel 对象的 IsSecured 属性设置为 true。这是否意味着客户端和服务器之间传递的数据是安全的,即加密的?
如果将该secure标志设置为 true,则交换的内容将被加密和签名。
secure
您可以使用您最喜欢的网络嗅探器(例如 WireShark)轻松观察到这一点。