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