3 references to CurrentUser
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)
70
scope: UseMachineProtection ? DataProtectionScope.LocalMachine : DataProtectionScope.
CurrentUser
);
86
scope: UseMachineProtection ? DataProtectionScope.LocalMachine : DataProtectionScope.
CurrentUser
);