Top "Wcf-authentication" questions

Use this tag for questions related to the Windows Communication Foundation Authentication Service.

Connect with WCF to a WebService authenticated with username/password

I created a proxy of a Web Service with Visual Studio 2008, and it created for me the following entry in …

wcf wcf-security wcf-authentication
How to authenticate in WCF services in BasicHttpBinding?

I am developing WCF services with basicHttpBinding, these services should be accessible using .net 1.1 & .net 2.0, for this purpose I …

wcf wcf-security basichttpbinding wcf-authentication
WCF, Certificate Authentication - Common Errors and Confusing Arguments

I am trying to setup a WCF service to use a Certificate for Authenticating the client. I have read tons …

x509certificate certificate makecert certificate-store wcf-authentication