Windows Vista和/或Windows 7中是否包含Crypt32.dll?一个官方的微软链接确认它是否是好的。我在下面找到了链接,但似乎暗示Server 2003是包含Crypt32的最后一个版本:
http://msdn.microsoft.com/en-us/library/aa379884(VS.85).aspx
如果没有,是否有其他方法可以访问Crypt32功能(例如CertCreateSelfSignCertificate)?
更新:原因是链接没有列出Vista等因为有新的加密API:
http://msdn.microsoft.com/en-us/library/aa376210(v=VS.85).aspx
答案 0 :(得分:3)
Windows 7包含Crypt32.dll - Windows Server 2008也是如此。我现在没有启动Vista,但鉴于W7 + Windows Server 2008有crypt32.dll(版本6.1.7601.17514)表明Vista也有它
编辑:Crypt32.dll也包含在Vista中(在Vista SP2上检查,x64,版本为6.0.6002.18005)。