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