How to revoke a certificat from a ms certificate authority

Y

Yves Gagnon

Hi, I need to develop a WCF on a ms certificat autority that will revoke an
existing certificate. My question: how to do that ? witch tool (c#) ? Do you
have sample code that do that ?

Thanks for your help
 
S

Steven Cheng

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.
--------------------
 
S

Steven Cheng

Hi Yves,

How are you doing?

Have you got any progress on this issue or does the information in my last
reply help you some?

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).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top