1 write to _UseMachineProtection
System.Configuration (1)
System\Configuration\DPAPIProtectedConfigurationProvider.cs (1)
204_UseMachineProtection = GetBooleanValue(configurationValues, "useMachineProtection", true);
1 reference to _UseMachineProtection
System.Configuration (1)
System\Configuration\DPAPIProtectedConfigurationProvider.cs (1)
198public bool UseMachineProtection { get { return _UseMachineProtection; }}