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.
在阅读有关传输安全性的信息时,我读到“当您的客户端和服务之间没有中间系统时,传输安全性很好”。
我们所说的“中间系统”是什么意思?.
使用 SSL,安全属性仅在连接的两个端点之间保持。如果您有中间系统,那么将在您的系统和中间系统之间提供 SSL 安全性。不在您的系统和最终系统之间。
这里的中间系统是 WCF 服务器。