CertEnumCRLsInStore
[DllImport("Crypt32.dll", SetLastError = true)]
public static extern IntPtr CertEnumCRLsInStore(
IntPtr hCertStore,
IntPtr pPrevCrlContext
);Last updated
[DllImport("Crypt32.dll", SetLastError = true)]
public static extern IntPtr CertEnumCRLsInStore(
IntPtr hCertStore,
IntPtr pPrevCrlContext
);Last updated