2 writes to trustedStoreLocation
System.ServiceModel (2)
System\ServiceModel\Security\IssuedTokenServiceCredential.cs (2)
46
this.
trustedStoreLocation
= other.trustedStoreLocation;
138
this.
trustedStoreLocation
= value;
3 references to trustedStoreLocation
System.ServiceModel (3)
System\ServiceModel\Security\IssuedTokenServiceCredential.cs (3)
46
this.trustedStoreLocation = other.
trustedStoreLocation
;
133
return this.
trustedStoreLocation
;
188
bool useMachineContext = this.
trustedStoreLocation
== StoreLocation.LocalMachine;