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