3 instantiations of 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))
6 references to SafeRegistryKey
WsatUI (6)
Configuration\CertificateManager.cs (4)
31
SafeRegistryKey
hive = new SafeRegistryKey(new IntPtr((int)Microsoft.Win32.RegistryHive.LocalMachine), false);
32
SafeRegistryKey
regKey = null;
72
SafeRegistryKey
remoteBase = null;
73
SafeRegistryKey
finalKey = null;
Configuration\QfeChecker.cs (2)
64
using (
SafeRegistryKey
hive = new SafeRegistryKey(new IntPtr((int)Microsoft.Win32.RegistryHive.LocalMachine), false))
66
SafeRegistryKey
regKey = null;