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