DpapiProtectedConfigurationProvider::UseMachineProtection Property
.NET Framework (current version)
Gets a value that indicates whether the DpapiProtectedConfigurationProvider object is using machine-specific or user-account-specific protection.
Assembly: System.Configuration (in System.Configuration.dll)
Property Value
Type: System::Booleantrue if the DpapiProtectedConfigurationProvider is using machine-specific protection; false if it is using user-account-specific protection.
Machine-specific protection is useful for anonymous services but provides less security. User-account-specific protection can be used with services that run with a specific user identity.
.NET Framework
Available since 2.0
Available since 2.0
Show: