3 references to SafeRegistryKey
WsatUI (3)
Configuration\CertificateManager.cs (2)
31
SafeRegistryKey hive = new
SafeRegistryKey
(new IntPtr((int)Microsoft.Win32.RegistryHive.LocalMachine), false);
79
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))