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