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