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