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