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