1 write to StoreName
System.ServiceModel (1)
System\ServiceModel\Configuration\X509ScopedServiceCertificateElement.cs (1)
81
this.
StoreName
= from.StoreName;
2 references to StoreName
System.ServiceModel (2)
System\ServiceModel\Configuration\X509ScopedServiceCertificateElement.cs (2)
81
this.StoreName = from.
StoreName
;
98
creds.SetScopedCertificate(this.StoreLocation, this.
StoreName
, this.X509FindType, this.FindValue, this.TargetUri);