问题描述
只需阅读以下链接中的文章
just read a article from the below link
https://www.codeproject.com/Articles/42118/WCF-ClearUsernameBinding-Send-username-without-SSL
https://www.codeproject.com/Articles/42118/WCF-ClearUsernameBinding-Send-username-without-SSL
还不清楚WCF ClearUsernameBinding是什么吗?
still things is not clear that what is WCF ClearUsernameBinding is ?
如果我们发送的用户名和密码不带ssl,则它将以纯文本格式传输. ClearUsernameBinding是否在没有ssl的情况下保护用户名和密码?
if we send user name and pwd without ssl then it travel as plain text. does the ClearUsernameBinding protect user name and pwd without ssl ?
是任何类型的自定义绑定还是由Microsoft提供的?
is it any kind of custom binding or it is given by Microsoft ?
请指导我有关WCF ClearUsernameBinding的信息.谢谢
please guide me about WCF ClearUsernameBinding. thanks
推荐答案
WCF ClearUsernameBinding是Yaron开发的自定义绑定.
>> ClearUsernameBinding是否在没有ssl的情况下保护用户名和密码?
否,ClearUsernameBinding将以明文形式发送用户名和密码.
有关ClearUsernameBinding的更多信息,建议您参考以下博客.
#介绍WCF ClearUsernameBinding
http://webservices20.blogspot.sg /2008/11/introducing-wcf-clearusernamebinding.html
最好的问候
爱德华
免责声明:此响应包含对第三方万维网站点的引用. Microsoft为方便您而提供此信息. Microsoft不控制这些站点,也没有测试在这些站点上找到的任何软件或信息; 因此,Microsoft无法对在此找到的任何软件或信息的质量,安全性或适用性做出任何陈述.使用Internet上发现的任何软件都存在固有的危险,Microsoft提醒您确保 在从Internet检索任何软件之前,您已完全了解风险.
Disclaimer: This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.
这篇关于什么是WCF ClearUsernameBinding是?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!