The CertVerifyCRLRevocation function check a CRL to determine whether a subject's certificate has or has not been revoked. The new Certificate Chain Verification Functions are recommended instead of the use of this function.
3/16/2007 7:39:37 AM - flyhippo@flyhippo.org-194.186.67.226
.
public static extern bool CertVerifyCRLRevocation(
.
Declare Function CertVerifyCRLRevocation Lib "crypt32.dll" (TODO) As TODO