2 instantiations of 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))
7 references to SafeRegistryKey
WsatConfig (7)
Configuration\CertificateManager.cs (2)
31
SafeRegistryKey
hive = new SafeRegistryKey(new IntPtr((int)Microsoft.Win32.RegistryHive.LocalMachine), false);
32
SafeRegistryKey
regKey = null;
Configuration\QfeChecker.cs (2)
64
using (
SafeRegistryKey
hive = new SafeRegistryKey(new IntPtr((int)Microsoft.Win32.RegistryHive.LocalMachine), false))
66
SafeRegistryKey
regKey = null;
Configuration\SafeNativeMethods.cs (3)
146
[In]
SafeRegistryKey
pvPara);
173
[In]
SafeRegistryKey
hKey,
177
[Out] out
SafeRegistryKey
phkResult);