Questions related to the authentication and authorization services for Windows Communication Foundation (WCF) applications
how do make a the following section of Service Settings of app.config in C# programmatically: <client> <…
c# wcf wcf-security ws-securityI'm using the WCFTestClient to debug a service. This normally works like a charm. This particular service is using SSL …
security service wcf wcf-securityI 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-sessionsi was reading about WCF security implementations and found out that there are 2 types of security: Transport Mode and Message …
c# wcf wcf-securityI 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-securityI 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-securityI 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 corsWCF - There was no endpoint listening at net.tcp://myserver:9000/SearchQueryService/Querier.svc that could accept the message. I …
wcf wcf-security wcf-clientI have a simple service and I try to set up authentication. On the client I want the user to …
c# .net wcf-securityI'm confused about what the identity element on a client endpoint really does. I've understood that a identity dns value …
wcf wcf-security