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)
24
StoreLocation trustedStoreLocation =
DefaultTrustedStoreLocation
;
47
bool useMachineContext =
DefaultTrustedStoreLocation
== StoreLocation.LocalMachine;