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