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