繁体   English   中英

哪个Windows API可以从“证书(本地计算机)”中的一个证书获取详细信息?

[英]Which Windows API can get detailed info from one certificate in the Certificates(Local Computer)?

我想以编程方式(c / c ++)在“证书(本地计算机)” mmc中列出的指定证书中获取“缩略图”值。

有没有可以帮助我实现这一目标的API?

使用CertOpenSystemStore,CertEnumCertificatesInStore和CertGetCertificateContextProperty API可以解决此问题。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM