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.
我正在开发一个自定义 CNG 密钥存储提供程序。它适用于 Chrome 等某些应用程序,但第三方应用程序使用CryptAcquireCertificatePrivateKey证书上下文的方法导致 0x80090016 而不调用我的 KSP 的任何方法。
CryptAcquireCertificatePrivateKey
¿ 是否可以将该CryptAcquireCertificatePrivateKey方法与具有存储在密钥存储提供程序中的私钥的证书一起使用?