【发布时间】:2012-07-05 17:55:02
【问题描述】:
System.Security.Cryptography.ProtectedMemory 在 WinRT 中不可用。该功能是否在其他地方提供?
【问题讨论】:
System.Security.Cryptography.ProtectedMemory 在 WinRT 中不可用。该功能是否在其他地方提供?
【问题讨论】:
是的。请参阅DataProtectionProvider class。 Windows 8 中的情况发生了一些变化。这里有更多关于 Cryptography API: Next Generation (CNG) 的内容,更具体的是关于 CNG:DPAPI 的内容。请参阅this WinRT API list 的“安全”部分,了解 WinRT 中的所有特定加密(CNG 基本上是 CryptoAPI 以及 CNG:DPAPI)。
【讨论】: