简体   繁体   English

wsHttpBinding消息安全性

[英]wsHttpBinding Message Security

I have a wsHttpBinding like this 我有这样的wsHttpBinding

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

If only NTLM is available, 如果只有NTLM可用,

Is this mean WCF will send client's credential through SOAP message? 这是否意味着WCF将通过SOAP消息发送客户端的凭据?

Is this configuration compatible with ws-security? 此配置与ws-security兼容吗?

Thanks 谢谢

Both your questions are answered with a YES. 您的两个问题都回答“是”。 Please read http://www.codeproject.com/KB/WCF/HttpBinding.aspx for details: 有关详细信息,请阅读http://www.codeproject.com/KB/WCF/HttpBinding.aspx

As WsHttBinding supports WS-*, it has WS-Security enabled by default. 由于WsHttBinding支持WS- *,因此默认情况下启用了WS-Security。 So the data is not sent in plain text. 因此,数据不是以纯文本形式发送的。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 具有证书消息安全性的WCF wsHttpBinding - WCF wsHttpBinding with certificate message security WCF / wsHttpBinding / 消息安全 - BadTokenRequest - WCF / wsHttpBinding / Message Security - BadTokenRequest 加密自定义标头-WCF-WSHttpBinding-邮件安全 - Encrypting custom header - WCF - WSHttpBinding - Message Security 将 wsHttpBinding SSL 传输安全与消息安全结合使用有什么好处吗? - Is there any benefit to using wsHttpBinding SSL Transport Security in conjunction with Message Security? wsHttpBinding消息级安全性而不使用证书? - wsHttpBinding message-level security without using certificates? WCF与WSHttpBinding,消息安全性,clientCredentialType =“UserName”Cerificate SelfHosted问题 - WCF with WSHttpBinding, Message Security, clientCredentialType=“UserName” Cerificate SelfHosted Issue 使用邮件安全性在WsHttpBinding中使用UserNamePasswordValidator进行身份验证是否安全? - is authentication using UserNamePasswordValidator in WsHttpBinding using message security is Safe? 使用wsHttpBinding和Message Security与客户端凭据类型窗口负载平衡WCF - load balancing WCF with wsHttpBinding and Message Security with client credentials type windows 客户端和服务器上都有证书的WCF(消息安全性和wsHttpBinding) - WCF with certificates on both Client and Server (Message security and wsHttpBinding) 如何通过负载均衡器将wsHttpBinding与Message安全性一起使用 - How to use wsHttpBinding with Message security through a load balancer
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM