3 references to LocalMachine
System.Configuration.ConfigurationManager (2)
System\Configuration\DpapiProtectedConfigurationProvider.cs (2)
70scope: UseMachineProtection ? DataProtectionScope.LocalMachine : DataProtectionScope.CurrentUser); 86scope: UseMachineProtection ? DataProtectionScope.LocalMachine : DataProtectionScope.CurrentUser);
System.Security.Cryptography.ProtectedData (1)
System\Security\Cryptography\ProtectedData.cs (1)
350if (scope == DataProtectionScope.LocalMachine)