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.
当我可以为 WCF 服务实现传输/消息加密时,为什么需要 SSL 端口。
我的意思是消息将被加密。那么为什么要有 SSL 加密端口呢?
您需要 SSL 安全性(也称为传输安全性)而不是消息级(即 WS-Security)安全性的原因有很多:
webHttpBinding
在许多情况下,消息安全性比传输安全性更有趣,例如端到端加密(SSL 通过逐跳加密工作)。与往常一样,最佳解决方案将取决于您的方案。