wcf-security
How to set identity/username in ServiceAuthorizationManager?
I have a WCF 4.0 REST service on server side (hosted in IIS) and an Android client. The Android client sends an encrypted security token in a custom HTTP header in order to authenticate the user. I ha[详细]
2023-04-02 03:09 分类:问答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>[详细]
2023-04-01 20:12 分类:问答Unity IoC + WCF + wsHTTPBinding + Certificate Authorization
I have two applications on IIS for development. First WCF application that contains all the logic and communication with database (we call this Server). And another ASP.NET MVC 3 application that has[详细]
2023-04-01 19:49 分类:问答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 likeis supposed to tell WCF to assert that the service\'s certificate is issu[详细]
2023-04-01 15:58 分类:问答How to add WCF maxClockSkew
I have added the maxClockScrew to my WCF service config file because it gives me an error when I try to call it over the internet but when I changed the my client time zone to server time zone it work[详细]
2023-03-31 22:31 分类:问答While using HTTPS protocol, who encrypts the message, the Browser or the Network Card?
I am reading about WCF Transport Security and I get a plethora of doubts in my mind because I have less network knowledge.[详细]
2023-03-31 02:46 分类:问答How can I encrypt, but not secure WCF messages?
I\'ve created an app that has machines talking to each other across the net. I\'d like to use NetTCPBinding and encrypt the messages. H开发者_JS百科owever I don\'t want or need certificates or windows[详细]
2023-03-30 10:50 分类:问答WPF & WCF Security - Username and password = STS
I\'m about to start a project with WPF which uses a web service to get info etc. A username and password is required to authenticate you and get data which belongs to you.[详细]
2023-03-30 07:38 分类:问答In case of failed security authentication, IDispatchMessageInspector won't be triggered?
I implement the IDispatchMessageInspector interface to log the raw request/response me开发者_运维知识库ssage. I apply it via the IEndpointBehavior interface. It works well in most secenarios. But I fi[详细]
2023-03-29 17:54 分类:问答WCF - using UserName security during development
What is the least resistance approach for enabling WCF username security in a development environment that utilizes Cassini that will allow us to configure that same solution using TransportWithMessag[详细]
2023-03-29 17:47 分类:问答