3 references to Unprotect
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\MsDeploy\GetPassword.cs (1)
47byte[] uncrypted = System.Security.Cryptography.ProtectedData.Unprotect(encryptedData, null, System.Security.Cryptography.DataProtectionScope.CurrentUser);
NuGet.Configuration (1)
Utility\EncryptionUtility.cs (1)
36var decryptedByteArray = ProtectedData.Unprotect(encryptedByteArray, _entropyBytes, DataProtectionScope.CurrentUser);
System.Configuration.ConfigurationManager (1)
System\Configuration\DpapiProtectedConfigurationProvider.cs (1)
83byte[] decryptedData = ProtectedData.Unprotect(