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)
198
public bool UseMachineProtection { get { return
_UseMachineProtection
; }}