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