问题描述
我们如何在WSHTTPBinding上应用传输和消息安全性,我目前的想法是拥有传输安全性并使用Interception来应用消息安全性,这是它们同时应用的更好的解决方案.
developer
how we can apply Transport and Message security on WSHTTPBinding, my current Idea is to have Transport security and use Interception to apply Message security , is their better solution to apply both.
developer
推荐答案
>>如何在WSHTTPBinding上应用传输和消息安全性
>> how we can apply Transport and Message security on WSHTTPBinding
对于此要求,我认为您可以尝试使用SecurityMode.TransportWithMessageCredential尝试wsHttpBinding.
For this requirement, I think you could try wsHttpBinding with SecurityMode.TransportWithMessageCredential.
我建议您参考下面的链接以获取更多信息.
I suggest you refer the link below for more information.
#如何:使用传输安全性和邮件凭据
# How to: Use Transport Security and Message Credentials
https://msdn.microsoft.com/en-us/library/ms789011(v = vs.110).aspx
最好的问候,
爱德华
这篇关于如何在wshttpbinding上应用传输和消息安全性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!