CertEnumCTLsInStore

[DllImport("Crypt32.dll", SetLastError = true)]
public static extern IntPtr CertEnumCTLsInStore(
   IntPtr hCertStore,
   IntPtr pPrevCtlContext
);

Microsoft documentation: Link

Last updated