anusumesh 0 Newbie Poster

Hi,

I have developed one application which should be accessible only if valid certificate from particular CA is installed on client browser .
I am using VBscript for writing the code.
I am using Request.ClientCertificate collection to get the details of certificate for validation purpose.
Now i want to make a check that if certificate is revoked by the CA then client should not allowed to access that application.
But i dont know the way of checking for revoked certificate using vbscript.

Can anyone help me please?

Regards,
Anu