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