The CertCreateCRLContext function creates a certificate revocation list (CRL) context from an encoded CRL. The created context is not persisted to a certificate store. It makes a copy of the encoded CRL within the created context.
3/16/2007 7:39:24 AM - anonymous
.
public static extern IntPtr CertCreateCRLContext(
.
Declare Function CertCreateCRLContext Lib "crypt32.dll" (TODO) As TODO