wsHttpBinding消息安全性

时间:2011-11-10 08:09:07

标签: wcf wshttpbinding

我有像这样的wsHttpBinding

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

如果只有NTLM可用,

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

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

由于

1 个答案:

答案 0 :(得分:0)

您的问题都以YES回答。有关详细信息,请阅读http://www.codeproject.com/KB/WCF/HttpBinding.aspx

  

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