1 write to TrustedStoreLocation
System.ServiceModel (1)
System\ServiceModel\Configuration\IssuedTokenServiceElement.cs (1)
157issuedToken.TrustedStoreLocation = this.TrustedStoreLocation;
1 reference to TrustedStoreLocation
System.ServiceModel (1)
System\ServiceModel\Administration\ServiceInstanceProvider.cs (1)
176result += String.Format(CultureInfo.InvariantCulture, "TrustedStoreLocation: {0}\n", specificBehavior.IssuedTokenAuthentication.TrustedStoreLocation);