Hi Yves,
From your description, you're going to develop a WCF service which use x509
certificates for security. And you're wondering something about the
certificate revoking , correct?
As for certificate revoking, the WCF runtime will do such checking
automatically by default(it is turned on). Therefore, if your service is
using certificate, the WCF runtime will try verifying them from revocation
list if accessible. Also, if for some testing purpose, you can turn off
such validation. Here is a blog entry which mentioned this:
#Irrevocable Certificates
http://blogs.msdn.com/drnick/archive/2007/06/18/irrevocable-certificates.asp
x
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------