1 write to TrustedStoreLocation
System.ServiceModel (1)
System\ServiceModel\Configuration\IssuedTokenServiceElement.cs (1)
146
this.
TrustedStoreLocation
= from.TrustedStoreLocation;
2 references to TrustedStoreLocation
System.ServiceModel (2)
System\ServiceModel\Configuration\IssuedTokenServiceElement.cs (2)
146
this.TrustedStoreLocation = from.
TrustedStoreLocation
;
157
issuedToken.TrustedStoreLocation = this.
TrustedStoreLocation
;