2 writes to trustedStoreLocation
System.ServiceModel (2)
System\ServiceModel\Security\X509ServiceCertificateAuthentication.cs (2)
37
this.
trustedStoreLocation
= other.trustedStoreLocation;
98
this.
trustedStoreLocation
= value;
3 references to trustedStoreLocation
System.ServiceModel (3)
System\ServiceModel\Security\X509ServiceCertificateAuthentication.cs (3)
37
this.trustedStoreLocation = other.
trustedStoreLocation
;
93
return this.
trustedStoreLocation
;
132
bool useMachineContext = this.
trustedStoreLocation
== StoreLocation.LocalMachine;