1 write to StoreLocation
System.ServiceModel (1)
System\ServiceModel\Configuration\X509DefaultServiceCertificateElement.cs (1)
72this.StoreLocation = from.StoreLocation;
2 references to StoreLocation
System.ServiceModel (2)
System\ServiceModel\Configuration\X509DefaultServiceCertificateElement.cs (2)
72this.StoreLocation = from.StoreLocation; 89creds.SetDefaultCertificate(this.StoreLocation, this.StoreName, this.X509FindType, this.FindValue);