44 references to LocalMachine
System (5)
net\System\Net\_SecureChannel.cs (1)
391StoreLocation storeLocation = isMachineStore? StoreLocation.LocalMachine: StoreLocation.CurrentUser;
security\system\security\cryptography\x509\x509store.cs (3)
64if (storeLocation != StoreLocation.CurrentUser && storeLocation != StoreLocation.LocalMachine) 103if (storeLocation != StoreLocation.CurrentUser && storeLocation != StoreLocation.LocalMachine) 148if (m_location != StoreLocation.CurrentUser && m_location != StoreLocation.LocalMachine)
security\system\security\cryptography\x509\x509utils.cs (1)
122if (storeLocation == StoreLocation.LocalMachine)
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCertificateStoreProvider.cs (2)
397StoreLocation storeLocation = StoreLocation.LocalMachine; // Default to Local Machine 413storeLocation = StoreLocation.LocalMachine;
System.IdentityModel (13)
System\IdentityModel\Configuration\IdentityConfiguration.cs (1)
33public static readonly StoreLocation DefaultTrustedStoreLocation = StoreLocation.LocalMachine;
System\IdentityModel\Configuration\Properties.cs (1)
161properties.Add(new ConfigurationProperty("trustedStoreLocation", typeof(System.Security.Cryptography.X509Certificates.StoreLocation), System.Security.Cryptography.X509Certificates.StoreLocation.LocalMachine, null, new System.IdentityModel.Configuration.StandardRuntimeEnumValidator(typeof(System.Security.Cryptography.X509Certificates.StoreLocation)), System.Configuration.ConfigurationPropertyOptions.None));
System\IdentityModel\Configuration\X509CertificateValidationElement.cs (1)
20const StoreLocation DefaultStoreLocation = StoreLocation.LocalMachine;
System\IdentityModel\Selectors\X509CertificateStore.cs (2)
63if (storeLocation != StoreLocation.CurrentUser && storeLocation != StoreLocation.LocalMachine) 373if (storeLocation == StoreLocation.LocalMachine)
System\IdentityModel\Tokens\IssuerTokenResolver.cs (1)
25public static readonly StoreLocation DefaultStoreLocation = StoreLocation.LocalMachine;
System\IdentityModel\Tokens\SamlSecurityTokenRequirement.cs (2)
29static StoreLocation DefaultStoreLocation = StoreLocation.LocalMachine; 157trustedStoreLocation = StoreLocation.LocalMachine;
System\IdentityModel\Tokens\X509CertificateStoreTokenResolver.cs (1)
27: this(System.Security.Cryptography.X509Certificates.StoreName.My, StoreLocation.LocalMachine)
System\IdentityModel\Tokens\X509SecurityTokenHandler.cs (2)
33private static StoreLocation defaultStoreLocation = StoreLocation.LocalMachine; 195trustedStoreLocation = StoreLocation.LocalMachine;
System\IdentityModel\X509CertificateValidatorEx.cs (2)
48bool useMachineContext = trustedStoreLocation == StoreLocation.LocalMachine; 58bool useMachineContext = trustedStoreLocation == StoreLocation.LocalMachine;
System.Security (3)
system\security\cryptography\pkcs\envelopedpkcs7.cs (2)
1056X509Store lmMy = new X509Store("MY", StoreLocation.LocalMachine); 1094X509Store lmMy = new X509Store("AddressBook", StoreLocation.LocalMachine);
system\security\cryptography\xml\utils.cs (1)
883stores[1] = new X509Store(storeName, StoreLocation.LocalMachine);
System.ServiceModel (19)
System\ServiceModel\Configuration\Properties.cs (6)
620properties.Add(new ConfigurationProperty("storeLocation", typeof(System.Security.Cryptography.X509Certificates.StoreLocation), System.Security.Cryptography.X509Certificates.StoreLocation.LocalMachine, null, new System.ServiceModel.Configuration.StandardRuntimeEnumValidator(typeof(System.Security.Cryptography.X509Certificates.StoreLocation)), System.Configuration.ConfigurationPropertyOptions.None)); 1491properties.Add(new ConfigurationProperty("trustedStoreLocation", typeof(System.Security.Cryptography.X509Certificates.StoreLocation), System.Security.Cryptography.X509Certificates.StoreLocation.LocalMachine, null, new System.ServiceModel.Configuration.StandardRuntimeEnumValidator(typeof(System.Security.Cryptography.X509Certificates.StoreLocation)), System.Configuration.ConfigurationPropertyOptions.None)); 3972properties.Add(new ConfigurationProperty("storeLocation", typeof(System.Security.Cryptography.X509Certificates.StoreLocation), System.Security.Cryptography.X509Certificates.StoreLocation.LocalMachine, null, new System.ServiceModel.Configuration.StandardRuntimeEnumValidator(typeof(System.Security.Cryptography.X509Certificates.StoreLocation)), System.Configuration.ConfigurationPropertyOptions.IsKey)); 4001properties.Add(new ConfigurationProperty("trustedStoreLocation", typeof(System.Security.Cryptography.X509Certificates.StoreLocation), System.Security.Cryptography.X509Certificates.StoreLocation.LocalMachine, null, new System.ServiceModel.Configuration.StandardRuntimeEnumValidator(typeof(System.Security.Cryptography.X509Certificates.StoreLocation)), System.Configuration.ConfigurationPropertyOptions.None)); 4028properties.Add(new ConfigurationProperty("storeLocation", typeof(System.Security.Cryptography.X509Certificates.StoreLocation), System.Security.Cryptography.X509Certificates.StoreLocation.LocalMachine, null, new System.ServiceModel.Configuration.StandardRuntimeEnumValidator(typeof(System.Security.Cryptography.X509Certificates.StoreLocation)), System.Configuration.ConfigurationPropertyOptions.None)); 4161properties.Add(new ConfigurationProperty("storeLocation", typeof(System.Security.Cryptography.X509Certificates.StoreLocation), System.Security.Cryptography.X509Certificates.StoreLocation.LocalMachine, null, new System.ServiceModel.Configuration.StandardRuntimeEnumValidator(typeof(System.Security.Cryptography.X509Certificates.StoreLocation)), System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\EndpointIdentity.cs (1)
27internal const StoreLocation defaultStoreLocation = StoreLocation.LocalMachine;
System\ServiceModel\Security\IssuedTokenServiceCredential.cs (2)
19internal const StoreLocation DefaultTrustedStoreLocation = StoreLocation.LocalMachine; 188bool useMachineContext = this.trustedStoreLocation == StoreLocation.LocalMachine;
System\ServiceModel\Security\SecurityUtils.cs (1)
48|| value == StoreLocation.LocalMachine);
System\ServiceModel\Security\X509CertificateInitiatorServiceCredential.cs (1)
12internal const StoreLocation DefaultStoreLocation = StoreLocation.LocalMachine;
System\ServiceModel\Security\X509CertificateRecipientServiceCredential.cs (1)
13internal const StoreLocation DefaultStoreLocation = StoreLocation.LocalMachine;
System\ServiceModel\Security\X509ClientCertificateAuthentication.cs (3)
18internal const StoreLocation DefaultTrustedStoreLocation = StoreLocation.LocalMachine; 51bool useMachineContext = DefaultTrustedStoreLocation == StoreLocation.LocalMachine; 168bool useMachineContext = this.trustedStoreLocation == StoreLocation.LocalMachine;
System\ServiceModel\Security\X509PeerCertificateAuthentication.cs (2)
44bool useMachineContext = DefaultTrustedStoreLocation == StoreLocation.LocalMachine; 123bool useMachineContext = this.trustedStoreLocation == StoreLocation.LocalMachine;
System\ServiceModel\Security\X509ServiceCertificateAuthentication.cs (2)
47bool useMachineContext = DefaultTrustedStoreLocation == StoreLocation.LocalMachine; 132bool useMachineContext = this.trustedStoreLocation == StoreLocation.LocalMachine;
WsatConfig (2)
Configuration\CertificateManager.cs (2)
158store = new X509Store(StoreName.My, StoreLocation.LocalMachine); 262store = new X509Store(StoreName.My, StoreLocation.LocalMachine);