CertFreeCRLContext

[DllImport("Crypt32.dll", SetLastError = true)]
public static extern bool CertFreeCRLContext(
   IntPtr pCrlContext
);

Microsoft documentation: Link

Last updated