2 writes to trustedStoreLocation
System.ServiceModel (2)
System\ServiceModel\Security\X509PeerCertificateAuthentication.cs (2)
34
this.
trustedStoreLocation
= other.trustedStoreLocation;
89
this.
trustedStoreLocation
= value;
3 references to trustedStoreLocation
System.ServiceModel (3)
System\ServiceModel\Security\X509PeerCertificateAuthentication.cs (3)
34
this.trustedStoreLocation = other.
trustedStoreLocation
;
84
return this.
trustedStoreLocation
;
123
bool useMachineContext = this.
trustedStoreLocation
== StoreLocation.LocalMachine;