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.
如何在 C# 中创建一个使用 WS-Security 为双方(请求和响应)进行加密和签名的 Web 服务?
客户端和服务器将使用证书。
使用WCF——它支持大量的 WS-* 标准——包括 WS-Security。
WCF 是 .NET 3.0 及更高版本的一部分。
马克
不确定您使用的是哪个版本的框架,但如果它是 .NET 2.0(不使用 WCF),请查看Web Service Extensions 3.0。
这将允许您在 .NET 2.0 Web 服务中实现 WS-Security 标准。
如果您使用 WCF,请查看这篇文章,了解如何使用 WS-Security 标准保护您的服务。