web-services - 在 WCF Web 服务中使用数字证书实现消息和传输安全

标签 web-services wcf ssl digital-certificate

对于 WCF Web 服务,消息和传输安全是否都需要在服务器上安装数字证书?该证书是否需要颁发“CA”,或者我可以自己生成一个吗?最后,同一个证书能否同时用于消息和传输安全?

最佳答案

我为我的域购买了一个 GeoTrust SSL 证书,使用这个证书,我成功地让所有的传输安全、消息安全和 TransportWithMessageCredential 安全工作。

对于 Message 和 TransportWithMessageCredential 安全性,我使用 MessageCredentialType = UserName。

关于web-services - 在 WCF Web 服务中使用数字证书实现消息和传输安全,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23407350/

相关文章:

web-services - 调用从 PostgreSQL 返回 JSON 的网络服务

c# - 基础连接已关闭

c# - 将数据表从 C# 动态传递到 Javascript

c# - 如何在代码中启用 WCF 调试

ssl - Sails JS API SSL/https 支持

java - SSL 套接字连接 : CFNetwork SSLHandshake failed (-9824) connecting to Java SSLServerSocket

python - kivy-ios 部署到 iOS 时导入 ssl 错误

c# - 通过 WCF 进行站点到站点数据同步

c# - 调用 Web 服务时出现类型未定义错误

c# - WCF 服务客户端 : The content type text/html; charset=utf-8 of the response message does not match the content type of the binding