【问题标题】:wsHttpBinding Message SecuritywsHttpBinding 消息安全
【发布时间】:2011-11-10 08:09:06
【问题描述】:

我有一个这样的 wsHttpBinding

<wsHttpBinding>
<binding name="binding1">
<security mode="Message" >
<message clientCredentialType="Windows" negotiateServiceCredential="true" />
</security>
</binding>
</wsHttpBinding>

如果只有 NTLM 可用,

这是否意味着 WCF 将通过 SOAP 消息发送客户端的凭据?

此配置是否与 ws-security 兼容?

谢谢

【问题讨论】:

    标签: wcf wshttpbinding


    【解决方案1】:

    您的两个问题的回答都是“是”。详情请阅读http://www.codeproject.com/KB/WCF/HttpBinding.aspx

    由于 WsHttBinding 支持 WS-*,它默认启用 WS-Security。所以数据不是以纯文本形式发送的。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-02-18
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多