1 write to StoreLocation
System.ServiceModel (1)
System\ServiceModel\Configuration\X509PeerCertificateElement.cs (1)
71
this.
StoreLocation
= from.StoreLocation;
2 references to StoreLocation
System.ServiceModel (2)
System\ServiceModel\Configuration\X509PeerCertificateElement.cs (2)
71
this.StoreLocation = from.
StoreLocation
;
88
cert.SetCertificate(this.
StoreLocation
, this.StoreName, this.X509FindType, this.FindValue);