1 write to TrustedStoreLocation
System.ServiceModel (1)
System\ServiceModel\Configuration\X509ClientCertificateAuthenticationElement.cs (1)
88this.TrustedStoreLocation = from.TrustedStoreLocation;
2 references to TrustedStoreLocation
System.ServiceModel (2)
System\ServiceModel\Configuration\X509ClientCertificateAuthenticationElement.cs (2)
88this.TrustedStoreLocation = from.TrustedStoreLocation; 103cert.TrustedStoreLocation = this.TrustedStoreLocation;