CertFindChainInStore
[DllImport("Crypt32.dll", SetLastError = true)]
public static extern IntPtr CertFindChainInStore(
IntPtr hCertStore,
uint dwCertEncodingType,
uint dwFindFlags,
uint dwFindType,
IntPtr pvFindPara,
IntPtr pPrevChainContext
);
Microsoft documentation: Link
Last updated