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