Re: check a certificate in CRL
- From: "Joe Kaplan" <joseph.e.kaplan@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 19 Nov 2008 21:33:52 -0600
The better option would be to build an X509Chain object and use the various options available on it to check the validity of the chain including revocation status. .NET doesn't offer any low level APIs to check a CRL directly, so you would need to p/invoke that type of thing in the cryptoAPI if you want to hit it at that low a level. It usually isn't a good idea to try to build this yourself though.
--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
"lobrys" <lobrys@xxxxxxxxx> wrote in message news:fdd325e7-18ce-430a-9b2f-f5ec0aee9246@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello
a security question :
I developp a C# application that use certificate. I must check
validity of these certificates...
how to see if a certificate is revoked in a CRL (revocation list) ?
how to open a CRL file in C#, or maybe using Windows DLL....?
Thanks by advance!
Syl
.
- References:
- check a certificate in CRL
- From: lobrys
- check a certificate in CRL
- Prev by Date: how to apply security to web pages and the resources accessed?
- Next by Date: 256 k encryption
- Previous by thread: check a certificate in CRL
- Next by thread: how to apply security to web pages and the resources accessed?
- Index(es):
Relevant Pages
|