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