MSDN Conflicting statement- Which protocol support which security in WCF (Particularly Transport and Message security)

邮差的信 提交于 2019-12-12 03:08:51

问题


Statement 1: Transport security is available on all of the bindings except for wsDualHttpBinding.

Statement 2: Transport security is available on all of the bindings except for netNamedPipeBinding.

I am a beginner, I was looking for which protocols support transport security and which protocols support message security and which support both. I came across the statements above from MSDN which I don't understand as it appears to be conflicting, which is on the same page of MSDN (below ref)

Ref: http://msdn.microsoft.com/en-us/library/ff648863.aspx

Could someone please help me understand this, it will surely help many people like me. I am finding MSDN most of the time difficult to understand like many others feel.

So could someone please tell me what the statements above actually mean and also the protocol support for various security.


回答1:


The page in question has been corrected to correctly say "Message security is available on all of the bindings except for netNamedPipeBinding"



来源:https://stackoverflow.com/questions/15166776/msdn-conflicting-statement-which-protocol-support-which-security-in-wcf-partic

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!