I need to secure a WCF service and have the following limitations
- Can use HTTPS
- Must use basicHttpBinding
- Must use custom username and password. No windows domain credentials or ASPNET membership i开发者_StackOverflow中文版s available.
Can you please let me if/how this can be done?
Thanks
Checkout WCF example: Using of self-hosted service with SSL
精彩评论