Home
last modified time | relevance | path

Searched refs:LocalMachine (Results 76 – 100 of 605) sorted by relevance

12345678910>>...25

/dports/www/grafana8/azure-sdk-for-go-sdk-internal-v0.7.0/services/batch/mgmt/2019-08-01/batch/
H A Denums.go121 LocalMachine CertificateStoreLocation = "LocalMachine" const
126 return []CertificateStoreLocation{CurrentUser, LocalMachine}
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/Azure/azure-sdk-for-go/services/batch/mgmt/2019-08-01/batch/
H A Denums.go132 LocalMachine CertificateStoreLocation = "LocalMachine" const
137 return []CertificateStoreLocation{CurrentUser, LocalMachine}
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/
H A DDataProtectionScope.cs11 LocalMachine = 1, enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Security/System.Security.Cryptography/
H A DDataProtectionScope.cs40 LocalMachine enumerator
/dports/lang/mono/mono-5.10.1.57/external/linker/linker/Tests/TestCasesRunner/
H A DPeVerifier.cs124 var key = Registry.LocalMachine.OpenSubKey (keyPath); in TryFindPeExecutableFromRegustrySubfolder()
127 var sdkKey = Registry.LocalMachine.OpenSubKey ($"{keyPath}\\{sdkKeyName}"); in TryFindPeExecutableFromRegustrySubfolder()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/src/System/Security/Cryptography/X509Certificates/
H A DStoreLocation.cs13 LocalMachine = 0x02, enumerator
H A DX509Store.cs41 … if (storeLocation != StoreLocation.CurrentUser && storeLocation != StoreLocation.LocalMachine) in X509Store()
85 … if (storeLocation != StoreLocation.CurrentUser && storeLocation != StoreLocation.LocalMachine) in X509Store()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/Microsoft/Win32/
H A DRegistryHive.cs19 LocalMachine = unchecked((int)0x80000002), enumerator
H A DRegistry.cs31 …public static readonly RegistryKey LocalMachine = RegistryKey.GetBaseKey(RegistryKey.HKEY_LOCAL_MA… field in Microsoft.Win32.Registry
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.Win32.Registry/src/Microsoft/Win32/
H A DRegistryHive.cs21 LocalMachine = unchecked((int)0x80000002), enumerator
/dports/security/softether-devel/v4.36-9754/src/BuildUtil/
H A DVpnBuilder.cs372 …Paths.VisualStudioVCDir = IO.RemoteLastEnMark(Reg.ReadStr(RegRoot.LocalMachine, @"SOFTWARE\Microso… in Paths()
376 …Paths.VisualStudioVCDir = IO.RemoteLastEnMark(Reg.ReadStr(RegRoot.LocalMachine, @"SOFTWARE\Wow6432… in Paths()
399 …Paths.MicrosoftSDKDir = IO.RemoteLastEnMark(Reg.ReadStr(RegRoot.LocalMachine, @"SOFTWARE\Wow6432No… in Paths()
403 …Paths.MicrosoftSDKDir = IO.RemoteLastEnMark(Reg.ReadStr(RegRoot.LocalMachine, @"SOFTWARE\Microsoft… in Paths()
/dports/security/softether/v4.38-9760/src/BuildUtil/
H A DVpnBuilder.cs372 …Paths.VisualStudioVCDir = IO.RemoteLastEnMark(Reg.ReadStr(RegRoot.LocalMachine, @"SOFTWARE\Microso… in Paths()
376 …Paths.VisualStudioVCDir = IO.RemoteLastEnMark(Reg.ReadStr(RegRoot.LocalMachine, @"SOFTWARE\Wow6432… in Paths()
399 …Paths.MicrosoftSDKDir = IO.RemoteLastEnMark(Reg.ReadStr(RegRoot.LocalMachine, @"SOFTWARE\Wow6432No… in Paths()
403 …Paths.MicrosoftSDKDir = IO.RemoteLastEnMark(Reg.ReadStr(RegRoot.LocalMachine, @"SOFTWARE\Microsoft… in Paths()
/dports/security/softether-devel/v4.36-9754/src/BuildUtil/CoreUtil/
H A DEnv.cs501 if (Reg.WriteStr(RegRoot.LocalMachine, "", name, teststr) == false) in checkIsAdmin()
509 string ret = Reg.ReadStr(RegRoot.LocalMachine, "", name); in checkIsAdmin()
520 Reg.DeleteValue(RegRoot.LocalMachine, "", name); in checkIsAdmin()
/dports/security/softether/v4.38-9760/src/BuildUtil/CoreUtil/
H A DEnv.cs501 if (Reg.WriteStr(RegRoot.LocalMachine, "", name, teststr) == false) in checkIsAdmin()
509 string ret = Reg.ReadStr(RegRoot.LocalMachine, "", name); in checkIsAdmin()
520 Reg.DeleteValue(RegRoot.LocalMachine, "", name); in checkIsAdmin()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Microsoft.Win32/
H A DRegistryHive.cs45 LocalMachine = -2147483646, enumerator
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/windows/tests/integration/targets/setup_http_tests/handlers/
H A Dmain.yml6 store_location: LocalMachine
/dports/sysutils/py-plumbum/plumbum-1.7.1/plumbum/machines/
H A D__init__.py2 from plumbum.machines.local import LocalCommand, LocalMachine, local
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Security/Mono.Security.Cryptography/
H A DNativeDapiProtection.cs154 if (scope == DataProtectionScope.LocalMachine) in Protect()
197 if (scope == DataProtectionScope.LocalMachine) in Unprotect()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/Test/System.ServiceModel.Description/
H A DServiceCredentialsTest.cs58 Assert.AreEqual (StoreLocation.LocalMachine, cc.Authentication.TrustedStoreLocation, "#2-6"); in ClientCertificate()
72 Assert.AreEqual (StoreLocation.LocalMachine, ic.TrustedStoreLocation, "#7"); in IssuedTokenAuthentication()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/windows/tests/integration/targets/setup_http_tests/handlers/
H A Dmain.yml5 store_location: LocalMachine
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.ProtectedData/ref/
H A DSystem.Security.Cryptography.ProtectedData.cs14 LocalMachine = 1, enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.Win32.Registry/tests/Registry/
H A DRegistry_Fields.cs14 new object[] { Registry.LocalMachine, "HKEY_LOCAL_MACHINE" },
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Ports/src/System/IO/Ports/
H A DSerialPort.Win32.cs21 … using (RegistryKey serialKey = Registry.LocalMachine.OpenSubKey(@"HARDWARE\DEVICEMAP\SERIALCOMM")) in GetPortNames()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/Microsoft.TestCommon/Microsoft/TestCommon/
H A DRuntimeEnvironment.cs15 …object runtimeVersion = Registry.LocalMachine.OpenSubKey(RuntimeEnvironment.NetFx40FullSubKey).Get… in RuntimeEnvironment()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/services/batch/mgmt/2020-05-01/batch/
H A Denums.go121 LocalMachine CertificateStoreLocation = "LocalMachine" const
126 return []CertificateStoreLocation{CurrentUser, LocalMachine}

12345678910>>...25