System.Security.Cryptography.ProtectedMemory is not available in WinRT. Is that functionality made available somewhere else?
System.Security.Cryptography.ProtectedMemory is not available in WinRT. Is that functionality made available somewhere else?
Share
Yes. See the DataProtectionProvider class. Things change a little in Windows 8. Here’s more on Cryptography API: Next Generation (CNG) and more specifically on the CNG:DPAPI. See the “Security” section of this WinRT API list for all the specific encryption in WinRT (both CNG which is basically CryptoAPI as well as CNG:DPAPI).