certificate-revocation

How to turn off certificate revocation for a WCF service's client?

Hi, How can I turn off certificate revocation for a WCF service's client? The client proxy was generated by wsdl.exe and inherits SoapHttpClientProtocol. ...

Programmatically installing certificate revocation list C#

I am using C#/WCF. I have a web service which shall be invoked by the client. This is the service definition: And this is the binding If I understand this correctly, the messages sent from server to client are encrypted with a certificate. Currently I ...