I'm curious to know why HttpWebRequest.ClientCertificates
is a collection?
As far as I know, only one client certificate can be used (Is this merely true?) in client authentication.
An example of an application uses multiple client certificates, please?