Re: CRL And C#



Did you look at the X509Chain class in .NET 2.0? That is the class that is
used for checking certificate policies, including CRL verification.

Joe K.

--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
--
"Leeor Chernov" <leeor_chernov@xxxxxxxxxx> wrote in message
news:u60U3ss8GHA.4996@xxxxxxxxxxxxxxxxxxxxxxx
What is the best way to check certificate against CRL, by code.

Should it be directly from the CA site ( CRL Distribution Point
http://icd6.ica.co.il/oca02.crl ),
or should I download the crl to the web server hard disk???


TNX

Leeor Chernov


.