Top "Wcf-security" questions

Questions related to the authentication and authorization services for Windows Communication Foundation (WCF) applications

How to get the X509Certificate from a client request

I have a web-service which I secured using certificates. Now, I want to identify the client by looking at the …

c# wcf web-services wcf-security x509certificate
How do I get the logged in user's window's credentials in a WPF application

I have a little application I build that monitors tickets submitted. It basically just sits there in the corner and …

wpf wcf-security
WCF Error - Security processor was unable to find a security header in the message

I'm getting what appears now to be a security error in my WCF Service. Originally my error was about a …

c# wcf .net-3.5 wcf-security
Configure WCF service client with certificate authentication programmatically

How do i setup a ServiceClient using Certificate authentication programmatically in c#? And i don't want to use .config. using(…

c# wcf wcf-security wcf-binding wcf-client
Transport-level vs message-level security

I'm reading a book on WCF and author debates about pros of using message-level security over using transport-level security. Anyways, …

security wcf-security
WCF how to pass token for authentication?

I have a WCF service which would like to support basicHttpBinding and webHttpBinding. When the client successfully login, server will …

wcf wcf-security token
WCF security, username password without certificate

I am new to WCF. I was used to *.asmx but it will become deprecated, so I decided to dive …

wcf iis-7.5 wcf-binding wcf-security
Using ASP.NET Membership Provider authentincation in a WCF service

Is there a way to use the same username and password from the membership provider for a WCF service authentication? …

asp.net wcf asp.net-membership wcf-security
WCF: Changing ClientCredentials produces "Manual addressing is enabled on this factory, so all messages sent must be pre-addressed."

can anyone help, i am trying to call a rest service via the channel factory but sending along my credentials... …

wcf wcf-security wcf-rest
Implementing claims-based security (WCF/ASP.NET)

After researching on the topic of claims-Based security (or a federated security model). I've been coming across many examples that …

wcf-security saml federated-identity geneva-framework sts-securitytokenservice