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