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++ 编写的 Windows 服务,它使用:
CryptAcquireContext( &hCryptProv, NULL, NULL, PROV_RSA_FULL,0);
我不断收到ERROR_INVALID_PARAMETER,尽管如果我在用户模式应用程序中使用同一行代码,它可以完美运行。
注意:我已经尝试过没有运气:
CRYPT_MACHINE_KEYSET | CRYPT_SILENT