CRL Checking in .Net 1.1

From: Gabriele Zannoni (gzannoni_at_nospam.it)
Date: 10/24/03


Date: Fri, 24 Oct 2003 18:43:59 +0200

I'm trying find some information about crl checking for a certificate chain.
It's almost clear that I have to use imported capicom but I don't figure out
how. In capicom I found an object called CertificateStatus that seems to be
useful... but I found MSDN help a little "obfuscated". In the Build method
of the Chain object you can read:

"...The chain is built using the CertificateStatus.CheckFlag property as
well as application and certificate policies specified by a
CertificateStatus object. "

Unluckily the Build method doesn't have any parameter so where the
CertificateStatus.CheckFlag have to be put? And how can I create a
CertificateStatus when this class seems to be declared private or internal?

I'm in a hurry... please help!

Thanks in advance,
    Gabriele