Re: CRL Checking in .Net 1.1 - Responding by myself

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


Date: Fri, 24 Oct 2003 19:06:10 +0200

I found the answer on the msdn:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/security/security/checking_certificate_revocation_status.asp

Ok, ok, I didn't found it before...

Thanks... to me.
Bye,
    Gabriele

"Gabriele Zannoni" <gzannoni@nospam.it> wrote in message
news:e0paI4kmDHA.1764@tk2msftngp13.phx.gbl...
> 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
>
>