2 writes to trustedStoreLocation
System.ServiceModel (2)
System\ServiceModel\Security\X509ClientCertificateAuthentication.cs (2)
40
this.
trustedStoreLocation
= other.trustedStoreLocation;
105
this.
trustedStoreLocation
= value;
3 references to trustedStoreLocation
System.ServiceModel (3)
System\ServiceModel\Security\X509ClientCertificateAuthentication.cs (3)
40
this.trustedStoreLocation = other.
trustedStoreLocation
;
100
return this.
trustedStoreLocation
;
168
bool useMachineContext = this.
trustedStoreLocation
== StoreLocation.LocalMachine;