I am consuming a Java Web Service as a WCF service from .NET. The service has an HTTPS endpoint and requires the message to be signed with a client certificate.
I\'m having a strange situation here. I got it working, but I don\'t understand why. Situation is as follows:
I\'m recently want to develop an application for my company. I\'ve checked the Silverlight 4.0 and WCF RIA Services. Its really amazing and I got tempted to use these services for our application. But
We are wanting to implement Two-Way SSL security from WCF to OSB Services. We have successfully开发者_如何学运维 deployed the certificates so that when you browse to the service with IE you get the ap
I have a WCF service that needs to know the Principal of the calling user. In the constructor of the service I have:
I have a WCF Service currently deployed with basicHttpBindings and SSL enabled. But now i need to enable wcf sessions(not asp sessions) so i moved service to wsHttpBidnings but sessions are not enable
I have a backend service and front-end services. They communicate via the trusted subsystem pattern. I want to transfer a username from the frontend to the backend and do this via username credentials
I would like to implement a server - client software with the following security requirements: WCF-Services need to be secured with SSL and Certificates for both, the server and the client
I have three current thoughts on how to do this: re-implement AuthenticationService, which uses lots of internal constructors and internal helpers,
I\'m using a WCF service with the NetNamedPipesBinding to communicate between two AppDomains in my process.