Is there a way to get the Microsoft Cryptography API: Next Generation to work on Windows XP?

有帮助吗?

解决方案

I'm afraid not. CNG is available on Windows Vista+ only. KSP is not the only dependency that CNG has. There are several other functionalities for which it requires the underlying OS to be Vista+.

其他提示

As you certainly already know, CNG rely on a windows vista/seven/8 CNG keyisolation service (keyiso) it's provided by the operating system and not available in XP.
You can rely on cryptoAPI which is availaible in XP. It will certainly be cheaper to provide win 7/8 licence than to try to redevelop the service and to port the SDK for XP which was a nice OS but not the future.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top