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