2 writes to _trustedStoreLocation
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\X509ServiceCertificateAuthentication.cs (2)
38
_trustedStoreLocation
= other._trustedStoreLocation;
101
_trustedStoreLocation
= value;
3 references to _trustedStoreLocation
System.ServiceModel.Primitives (3)
System\ServiceModel\Security\X509ServiceCertificateAuthentication.cs (3)
38
_trustedStoreLocation = other.
_trustedStoreLocation
;
96
return
_trustedStoreLocation
;
135
bool useMachineContext =
_trustedStoreLocation
== StoreLocation.LocalMachine;