Pergunta

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

Foi útil?

Solução

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+.

Outras dicas

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top