Programatically using the BasicHttpsBinding and UserNamePasswordValidator classes in a WCF C# .NET Windows Service.
“Now we find out if that code is worth the price we paid.” – Princess Leia I wrote an article recently regarding how to create a WCF based C# .NET Windows Service (here). I’m going to build upon that further here by moving from the BasicHttpBinding class to the BasicHttpsBinding class, and from Windows authentication to […]