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