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