Home
last modified time | relevance | path

Searched refs:LocalMachine (Results 1 – 25 of 605) sorted by relevance

12345678910>>...25

/dports/devel/nini/Nini/Source/Test/Config/
H A DRegistryConfigSourceTests.cs28 source.AddMapping (Registry.LocalMachine, "Software\\NiniTestApp\\Pets"); in GetSingleLevel()
45 source.AddMapping (Registry.LocalMachine, "Software\\Does\\NotExist"); in NonExistantKey()
52 source.AddMapping (Registry.LocalMachine, "Software\\NiniTestApp\\Pets"); in SetAndSaveNormal()
67 source.AddMapping (Registry.LocalMachine, "Software\\NiniTestApp\\Pets"); in SetAndSaveNormal()
80 source.AddMapping (Registry.LocalMachine, in Flattened()
103 source.AddMapping (Registry.LocalMachine, "Software\\NiniTestApp\\Pets"); in Flattened()
115 RegistryKey key = Registry.LocalMachine.OpenSubKey ("Software"); in Namespacing()
138 key = Registry.LocalMachine.OpenSubKey ("Software"); in Namespacing()
152 source.AddMapping (Registry.LocalMachine, "Software\\NiniTestApp\\Pets"); in MergeAndSave()
236 Registry.LocalMachine.OpenSubKey("Software\\NiniTestApp", true); in AddConfig()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Mono.Security.X509/
H A DX509StoreManager.cs116 static public X509Stores LocalMachine { property in Mono.Security.X509.X509StoreManager
151 intermediateCerts.AddRange (LocalMachine.IntermediateCA.Certificates);
160 intermediateCRLs.AddRange (LocalMachine.IntermediateCA.Crls);
169 trustedCerts.AddRange (LocalMachine.TrustedRoot.Certificates);
178 trustedCRLs.AddRange (LocalMachine.TrustedRoot.Crls);
187 untrustedCerts.AddRange (LocalMachine.Untrusted.Certificates);
/dports/devel/msbuild/msbuild-0.06/src/Tasks/BootstrapperUtil/
H A DUtil.cs85 …s_defaultPath = ReadRegistryString(Win32.Registry.LocalMachine, String.Concat(BOOTSTRAPPER_REGISTR…
89 …s_defaultPath = ReadRegistryString(Win32.Registry.LocalMachine, String.Concat(BOOTSTRAPPER_WOW64_R…
127 …defaultPath = ReadRegistryString(Win32.Registry.LocalMachine, BOOTSTRAPPER_REGISTRY_PATH_BASE, REG… in GetDefaultPath()
131 …defaultPath = ReadRegistryString(Win32.Registry.LocalMachine, BOOTSTRAPPER_WOW64_REGISTRY_PATH_BAS… in GetDefaultPath()
135 …defaultPath = ReadRegistryString(Win32.Registry.LocalMachine, String.Concat(BOOTSTRAPPER_REGISTRY_… in GetDefaultPath()
139 …defaultPath = ReadRegistryString(Win32.Registry.LocalMachine, String.Concat(BOOTSTRAPPER_WOW64_REG… in GetDefaultPath()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/System/Net/Prerequisites/Deployment/
H A Dsetup_certificates.ps1102 …return dir Cert:\LocalMachine\My | where { $_.DnsNameList | where{$_.Punycode -eq $script:iisServe… in GetServerCertificate()
112 …dir Cert:\LocalMachine\Root | where {$_.Subject -eq $root.Subject} | foreach { rm (Join-Path Cert:… in RemoveCertificates()
114 …dir Cert:\LocalMachine\My | where {$_.Subject -eq $private.Subject} | foreach { rm (Join-Path Cert… in RemoveCertificates()
/dports/graphics/cfdg/cfdg-3.3_1/src-net/DPS_3.06/Docking/
H A DPatchController.cs77 var key = Registry.LocalMachine.OpenSubKey(@"Software\DockPanelSuite");
157 var key = Registry.LocalMachine.OpenSubKey(@"Software\DockPanelSuite");
235 var key = Registry.LocalMachine.OpenSubKey(@"Software\DockPanelSuite");
313 var key = Registry.LocalMachine.OpenSubKey(@"Software\DockPanelSuite");
391 var key = Registry.LocalMachine.OpenSubKey(@"Software\DockPanelSuite");
469 var key = Registry.LocalMachine.OpenSubKey(@"Software\DockPanelSuite");
547 var key = Registry.LocalMachine.OpenSubKey(@"Software\DockPanelSuite");
625 var key = Registry.LocalMachine.OpenSubKey(@"Software\DockPanelSuite");
703 var key = Registry.LocalMachine.OpenSubKey(@"Software\DockPanelSuite");
781 var key = Registry.LocalMachine.OpenSubKey(@"Software\DockPanelSuite");
[all …]
/dports/security/keepass/KeePass-2.49-Source/KeePass/Util/
H A DAppLocator.cs177 k = Registry.LocalMachine.OpenSubKey(strIEDef, false); in FindInternetExplorer()
179 k = Registry.LocalMachine.OpenSubKey(strIEWow, false); in FindInternetExplorer()
221 RegistryKey kFirefox = Registry.LocalMachine.OpenSubKey(bWowNode ? in FindFirefoxWin()
232 RegistryKey kESR = Registry.LocalMachine.OpenSubKey(bWowNode ? in FindFirefoxWin()
288 k = Registry.LocalMachine.OpenSubKey(strOp20, false); in FindOpera()
290 k = Registry.LocalMachine.OpenSubKey(strOp12, false); in FindOpera()
386 RegistryKey kSafari = Registry.LocalMachine.OpenSubKey( in FindSafari()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Microsoft.Win32/
H A DRegistry.cs50 public static readonly RegistryKey LocalMachine = new RegistryKey ( field in Microsoft.Win32.Registry
51 RegistryHive.LocalMachine);
79 key = LocalMachine; in ToKey()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/tests/
H A DX509StoreTests.cs350 using (X509Store store = new X509Store(StoreName.My, StoreLocation.LocalMachine)) in OpenMachineMyStore_Supported()
360 using (X509Store store = new X509Store(StoreName.My, StoreLocation.LocalMachine)) in OpenMachineMyStore_NotSupported()
375 using (X509Store store = new X509Store(StoreName.Root, StoreLocation.LocalMachine)) in OpenMachineRootStore_Permissions()
403 using (X509Store store = new X509Store(StoreName.Root, StoreLocation.LocalMachine)) in MachineRootStore_NonEmpty()
418 [InlineData(StoreLocation.LocalMachine, true)]
420 [InlineData(StoreLocation.LocalMachine, false)]
451 ? new X509Store(StoreName.Disallowed, StoreLocation.LocalMachine) in UnixCannotOpenMachineDisallowedStore()
453 : new X509Store("disallowed", StoreLocation.LocalMachine); in UnixCannotOpenMachineDisallowedStore()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.Win32.Registry/src/Microsoft/Win32/
H A DRegistry.cs22 …public static readonly RegistryKey LocalMachine = RegistryKey.OpenBaseKey(RegistryHive.LocalMachin… field in Microsoft.Win32.Registry
86 case 18: baseKey = LocalMachine; break; // HKEY_LOCAL_MACHINE in GetBaseKeyFromKeyName()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.Win32.Registry/tests/RegistryKey/
H A DRegistryKey_OpenRemoteBaseKey_rh_str.cs17 …hrows<ArgumentNullException>(() => RegistryKey.OpenRemoteBaseKey(RegistryHive.LocalMachine, null)); in NegativeTests()
20 ….Throws<IOException>(() => RegistryKey.OpenRemoteBaseKey(RegistryHive.LocalMachine, "Non-Existing-… in NegativeTests()
H A DRegistryKey_OpenRemoteBaseKey_rh_str_rv.cs17 …gumentNullException>(() => RegistryKey.OpenRemoteBaseKey(RegistryHive.LocalMachine, null, Registry… in NegativeTests()
20 ….Throws<IOException>(() => RegistryKey.OpenRemoteBaseKey(RegistryHive.LocalMachine, "Non-Existing-… in NegativeTests()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Security/
H A DX509ClientCertificateAuthentication.cs15 internal const StoreLocation DefaultTrustedStoreLocation = StoreLocation.LocalMachine;
48 … bool useMachineContext = DefaultTrustedStoreLocation == StoreLocation.LocalMachine;
156 bool useMachineContext = this.trustedStoreLocation == StoreLocation.LocalMachine; in GetCertificateValidator()
H A DDataProtectionSecurityStateEncoder.cs71 …eCurrentUserProtectionScope) ? DataProtectionScope.CurrentUser : DataProtectionScope.LocalMachine); in DecodeSecurityState()
84 …eCurrentUserProtectionScope) ? DataProtectionScope.CurrentUser : DataProtectionScope.LocalMachine); in EncodeSecurityState()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/windows/tests/integration/targets/win_environment/tasks/
H A Dmain.yml48 …win_command: powershell.exe "[Microsoft.Win32.Registry]::LocalMachine.OpenSubKey('SYSTEM\CurrentCo…
66 …win_command: powershell.exe "[Microsoft.Win32.Registry]::LocalMachine.OpenSubKey('SYSTEM\CurrentCo…
85 …win_command: powershell.exe "[Microsoft.Win32.Registry]::LocalMachine.OpenSubKey('SYSTEM\CurrentCo…
105 …win_command: powershell.exe "[Microsoft.Win32.Registry]::LocalMachine.OpenSubKey('SYSTEM\CurrentCo…
124 …win_command: powershell.exe "[Microsoft.Win32.Registry]::LocalMachine.OpenSubKey('SYSTEM\CurrentCo…
143 …win_command: powershell.exe "[Microsoft.Win32.Registry]::LocalMachine.OpenSubKey('SYSTEM\CurrentCo…
293 [Microsoft.Win32.Registry]::LocalMachine.OpenSubKey(
316 [Microsoft.Win32.Registry]::LocalMachine.OpenSubKey(
339 [Microsoft.Win32.Registry]::LocalMachine.OpenSubKey(
378 [Microsoft.Win32.Registry]::LocalMachine.OpenSubKey(
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Build/Definition/
H A DToolset.cs555 …KeyWrapper.KeyExists(Dev10OverallInstallKeyRegistryPath, RegistryHive.LocalMachine, RegistryView.R…
560 …eyWrapper.KeyExists(Dev10UltimateInstallKeyRegistryPath, RegistryHive.LocalMachine, RegistryView.R…
561 …KeyWrapper.KeyExists(Dev10PremiumInstallKeyRegistryPath, RegistryHive.LocalMachine, RegistryView.R…
562 …apper.KeyExists(Dev10ProfessionalInstallKeyRegistryPath, RegistryHive.LocalMachine, RegistryView.R…
563 …Wrapper.KeyExists(Dev10VCSExpressInstallKeyRegistryPath, RegistryHive.LocalMachine, RegistryView.R…
564 …yWrapper.KeyExists(Dev10VBExpressInstallKeyRegistryPath, RegistryHive.LocalMachine, RegistryView.R…
565 …yWrapper.KeyExists(Dev10VCExpressInstallKeyRegistryPath, RegistryHive.LocalMachine, RegistryView.R…
566 …Wrapper.KeyExists(Dev10VWDExpressInstallKeyRegistryPath, RegistryHive.LocalMachine, RegistryView.R…
567 …rapper.KeyExists(Dev10LightSwitchInstallKeyRegistryPath, RegistryHive.LocalMachine, RegistryView.R…
/dports/devel/msbuild/msbuild-0.06/src/Shared/AssemblyFolders/
H A DAssemblyFoldersEx.cs106 …FindDirectories(RegistryView.Registry64, RegistryHive.LocalMachine, registryKeyRoot, targetRuntime… in AssemblyFoldersEx()
107 …FindDirectories(RegistryView.Registry32, RegistryHive.LocalMachine, registryKeyRoot, targetRuntime… in AssemblyFoldersEx()
111 …FindDirectories(RegistryView.Registry32, RegistryHive.LocalMachine, registryKeyRoot, targetRuntime… in AssemblyFoldersEx()
112 …FindDirectories(RegistryView.Registry64, RegistryHive.LocalMachine, registryKeyRoot, targetRuntime… in AssemblyFoldersEx()
117 …FindDirectories(RegistryView.Default, RegistryHive.LocalMachine, registryKeyRoot, targetRuntimeVer… in AssemblyFoldersEx()
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/win_psmodule/handlers/
H A Dmain.yml16 store_location: LocalMachine
23 store_location: LocalMachine
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/windows/tests/integration/targets/win_psmodule/handlers/
H A Dmain.yml16 store_location: LocalMachine
23 store_location: LocalMachine
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/security/system/security/cryptography/x509/
H A Dx509store.cs20 LocalMachine = 0x02 enumerator
64 … if (storeLocation != StoreLocation.CurrentUser && storeLocation != StoreLocation.LocalMachine) in X509Store()
103 … if (storeLocation != StoreLocation.CurrentUser && storeLocation != StoreLocation.LocalMachine) in X509Store()
148 if (m_location != StoreLocation.CurrentUser && m_location != StoreLocation.LocalMachine) in Open()
/dports/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.MyServices/
H A DRegistryProxy.vb76 Public ReadOnly Property LocalMachine() As RegistryKey
78 Return Global.Microsoft.Win32.Registry.LocalMachine
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/
H A DX509CertificateValidatorEx.cs48 bool useMachineContext = trustedStoreLocation == StoreLocation.LocalMachine; in X509CertificateValidatorEx()
58 bool useMachineContext = trustedStoreLocation == StoreLocation.LocalMachine; in X509CertificateValidatorEx()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/e2e/terraform/packer/windows/
H A Dsetupwinrm.ps16 Set-ExecutionPolicy Unrestricted -Scope LocalMachine -Force -ErrorAction Ignore
15 -CertstoreLocation Cert:\LocalMachine\My `
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/win_iis_webbinding/tasks/
H A Dsetup.yml74 raw: '(gci Cert:\LocalMachine\my | ? {$_.subject -eq "CN=test.com"})[0].Thumbprint'
78 raw: '(gci Cert:\LocalMachine\my | ? {$_.subject -eq "CN=test1.com"})[0].Thumbprint'
82 raw: '(gci Cert:\LocalMachine\my | ? {$_.subject -eq "CN=*.test.com"})[0].Thumbprint'
/dports/devel/msbuild/msbuild-0.06/src/Tasks/
H A DAssemblyFolder.cs51 else if (hive == Registry.LocalMachine) in AddFoldersFromRegistryKey()
103 Registry.LocalMachine, in AddFoldersFromRegistryKey()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Security.Cryptography.X509Certificates/
H A DX509Store.cs78 if ((storeLocation < StoreLocation.CurrentUser) || (storeLocation > StoreLocation.LocalMachine)) in X509Store()
103 if ((storeLocation < StoreLocation.CurrentUser) || (storeLocation > StoreLocation.LocalMachine)) in X509Store()
136 return MX.X509StoreManager.LocalMachine;

12345678910>>...25