WCF Client Using Certificate and Username/Password credentials?
问题 I am consuming a web service internal to my company from ASP.NET. I've used svcutil.exe to connect to the service and generate the bindings and classes from the wsdl. I am able to connect to the dev version, which does not require authentication. Now we are adding in security. My new URI uses https but also requires user credentials. I am very new to WCF, and am trying to determine the way to configure this. From my reading on MSDN, it appears that the way to go is using. UPDATE: Here is the