2011-11-10 66 views
0

我有这样的wsHttpBinding消息安全

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

如果只有NTLM是可用的wsHttpBinding,

是这意味着WCF将通过SOAP消息发送机的凭证?

此配置与ws-security兼容吗?

谢谢

回答