1 write to TrustedStoreLocation
System.ServiceModel (1)
System\ServiceModel\Configuration\X509ServiceCertificateAuthenticationElement.cs (1)
74this.TrustedStoreLocation = from.TrustedStoreLocation;
2 references to TrustedStoreLocation
System.ServiceModel (2)
System\ServiceModel\Configuration\X509ServiceCertificateAuthenticationElement.cs (2)
74this.TrustedStoreLocation = from.TrustedStoreLocation; 87cert.TrustedStoreLocation = this.TrustedStoreLocation;