4 references to ProtectedData
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);
System.Configuration.ConfigurationManager (2)
System\Configuration\DpapiProtectedConfigurationProvider.cs (2)
67byte[] encryptedData = ProtectedData.Protect( 83byte[] decryptedData = ProtectedData.Unprotect(
System.Security (1)
System.Security.cs (1)
36[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.ProtectedData))]