2 references to SafeRegistryKey
WsatConfig (2)
Configuration\CertificateManager.cs (1)
31
SafeRegistryKey hive = new
SafeRegistryKey
(new IntPtr((int)Microsoft.Win32.RegistryHive.LocalMachine), false);
Configuration\QfeChecker.cs (1)
64
using (SafeRegistryKey hive = new
SafeRegistryKey
(new IntPtr((int)Microsoft.Win32.RegistryHive.LocalMachine), false))