2 references to DefaultTrustedStoreLocation
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\X509ServiceCertificateAuthentication.cs (2)
20
private StoreLocation _trustedStoreLocation =
DefaultTrustedStoreLocation
;
43
bool useMachineContext =
DefaultTrustedStoreLocation
== StoreLocation.LocalMachine;