Top "Wcf-security" questions

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

Creating Headers (wsse) Section of WCF Client Programmatically in C#

how do make a the following section of Service Settings of app.config in C# programmatically: <client> <…

c# wcf wcf-security ws-security
WCFTestClient - how can I add username and pass?

I'm using the WCFTestClient to debug a service. This normally works like a charm. This particular service is using SSL …

security service wcf wcf-security
WCF sessions with a wsHttpBinding and without windows security

I need to create a WCF service that is hosted in IIS, uses http transport and hold state in the …

.net wcf wcf-security wcf-binding wcf-sessions
WCF Transport vs Message

i was reading about WCF security implementations and found out that there are 2 types of security: Transport Mode and Message …

c# wcf wcf-security
Passing FormsAuthentication cookie to a WCF service

I have a website that talks to a remote WCF web service. Both use the same custom FormsAuthentication Provider. I …

asp.net wcf forms-authentication wcf-security
WCF No connection could be made because the target machine actively refused

I just implemented a simple WCF server using net.tcp. First, I use 127.0.0.1 as server address and client able to …

wcf wcf-security
xmlHttp.getResponseHeader + Not working for CORS

I have an asp.NET WCF on .NET 4. This service is used to authenticate users. We are submitting a username …

jquery wcf authentication wcf-security cors
WCF - There was no endpoint listening at net.tcp://..../Querier.svc that could accept the message

WCF - There was no endpoint listening at net.tcp://myserver:9000/SearchQueryService/Querier.svc that could accept the message. I …

wcf wcf-security wcf-client
WCF security authentication

I have a simple service and I try to set up authentication. On the client I want the user to …

c# .net wcf-security
Confused regarding WCF identity dns value

I'm confused about what the identity element on a client endpoint really does. I've understood that a identity dns value …

wcf wcf-security