标签: wcf authentication
如何设计WCF服务,当用户将访问它时,他必须传递用户ID&密码。用小代码帮我。感谢
答案 0 :(得分:2)
这是您可以阅读的an article on MSDN。
答案 1 :(得分:1)
Codeplex上的WCF Security Guidance有很多“我该怎么做......”这类安全相关的样本。
对于您的情况,您可能需要查看:
How To – Use Username Authentication with the SQL Server Membership Provider and Message Security in WCF from Windows Forms
或查看所有其他“操作方法”以找到与您的方案匹配的那个。