Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想以编程方式(c/c++)获取“证书(本地计算机)”mmc 中列出的指定证书中的“指纹”值。
是否有任何 API 可以帮助我实现它?
使用 CertOpenSystemStore、CertEnumCertificatesInStore 和 CertGetCertificateContextProperty API 可以解决问题。