wcf-security
Encrypted proof token in wsfederationhttpbinding
I have written a WCF c开发者_Go百科lient that uses wsfederationhttpbinding in order to authenticate to a STS and RPS.I recently noticed (using Fiddler) that the response received from the STS includes[详细]
2023-04-13 04:55 分类:问答WCF service security with some methods public and some methods private
Recently, I am assigned on a project that requires to have a WCF service. Inside this service, some of the methods are exposed to the public and some are supposed to be hidden from the public. The hid[详细]
2023-04-12 21:24 分类:问答How to create a WCF service without the need of a Service Certificate?
I\'m trying to create a basic webservice with WCF. It\'s small, and will only be used internally between two servers, so there is no need for security of any kind. Unfortunately WCF demands a certific[详细]
2023-04-11 02:49 分类:问答Equivalent custom WCF binding for basicHttpBinding with TransportWithMessageCredential security mode
I need to integrate my server with non-WCF client and suggested to change SOAP version in the headers. This can be done with <textMessageEncoding messageVersion=\"Soap11\" /> element on a custom[详细]
2023-04-11 00:20 分类:问答What would be the maximum buffer size in WCF bindings?
I have a senario where i have to upload some datas using WCF service, which i was able to do successfully if the uploading content size is less than 1MB but if the uploading content size is greater th[详细]
2023-04-10 05:17 分类:问答Display Encrypted and decrypted Message on Client Console Window
I have WCF hello service. I am able to encrypt and decrypt the messages. I want to display encrypyted an开发者_C百科d decrypted message on client console windowConsole.Write and Console.WriteLine are[详细]
2023-04-10 01:16 分类:问答WCF message authorization
I\'m building a WCF service where I need to add some kind of security that so that users can\'t pull back information that doesn\'t belong to them.I\'m talking about something similar to this question[详细]
2023-04-10 01:03 分类:问答AJAX, WCF, and Authentication woes
I\'m working on a site which is not publicity accessible. That is, it\'s on the internet, but you must login to access the site, you can\'t register or anything, it provides a service for a particular[详细]
2023-04-08 23:33 分类:问答Custom Logging for ServiceSecurityAuditBehavior in WCF 4.0?
On my server, I would like to log security information to a databas开发者_C百科e instead of the Windows Application or Security log. I am trying to figure out how to override or customize the ServiceS[详细]
2023-04-07 09:26 分类:问答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 certificate thumbprint. This means that I have a list of thumbprints on my service somewhe[详细]
2023-04-07 04:14 分类:问答