3 references to DefaultTrustedStoreLocation
System.ServiceModel (3)
System\ServiceModel\Configuration\X509PeerCertificateAuthenticationElement.cs (1)
53[ConfigurationProperty(ConfigurationStrings.TrustedStoreLocation, DefaultValue = X509PeerCertificateAuthentication.DefaultTrustedStoreLocation)]
System\ServiceModel\Security\X509PeerCertificateAuthentication.cs (2)
21StoreLocation trustedStoreLocation = DefaultTrustedStoreLocation; 44bool useMachineContext = DefaultTrustedStoreLocation == StoreLocation.LocalMachine;