3 references to DefaultTrustedStoreLocation
System.ServiceModel (3)
System\ServiceModel\Configuration\X509ClientCertificateAuthenticationElement.cs (1)
53[ConfigurationProperty(ConfigurationStrings.TrustedStoreLocation, DefaultValue = X509ClientCertificateAuthentication.DefaultTrustedStoreLocation)]
System\ServiceModel\Security\X509ClientCertificateAuthentication.cs (2)
24StoreLocation trustedStoreLocation = DefaultTrustedStoreLocation; 51bool useMachineContext = DefaultTrustedStoreLocation == StoreLocation.LocalMachine;