簡體   English   中英

wsHttpBinding消息安全性

[英]wsHttpBinding Message Security

我有這樣的wsHttpBinding

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

如果只有NTLM可用,

這是否意味着WCF將通過SOAP消息發送客戶端的憑據?

此配置與ws-security兼容嗎?

謝謝

您的兩個問題都回答“是”。 有關詳細信息,請閱讀http://www.codeproject.com/KB/WCF/HttpBinding.aspx

由於WsHttBinding支持WS- *,因此默認情況下啟用了WS-Security。 因此,數據不是以純文本形式發送的。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM