2 references to Unprotect
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\MsDeploy\GetPassword.cs (1)
47
byte[] uncrypted = System.Security.Cryptography.ProtectedData.
Unprotect
(encryptedData, null, System.Security.Cryptography.DataProtectionScope.CurrentUser);
System.Configuration.ConfigurationManager (1)
System\Configuration\DpapiProtectedConfigurationProvider.cs (1)
83
byte[] decryptedData = ProtectedData.
Unprotect
(