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