Hi all,
HttpWebRequest, and SoapHttpClientP rotocol both expose a
ClientCertifica tes property, which can hold multiple client certificates,
but on the service side, it can only receive one client certificate, since
it derives System.Web.Serv ices.WebService class, and it's
Context.Request .ClientCertific ate is a single HttpClientCerti ficate object,
is there a way to receive all the client certificates that is sent in the
request? or does IIS automatically decide which client certificate to use
during the SSL handshake? if so, is there a way to control which client
certificate to use during the SSL handshake?
thanks,
-Jason
HttpWebRequest, and SoapHttpClientP rotocol both expose a
ClientCertifica tes property, which can hold multiple client certificates,
but on the service side, it can only receive one client certificate, since
it derives System.Web.Serv ices.WebService class, and it's
Context.Request .ClientCertific ate is a single HttpClientCerti ficate object,
is there a way to receive all the client certificates that is sent in the
request? or does IIS automatically decide which client certificate to use
during the SSL handshake? if so, is there a way to control which client
certificate to use during the SSL handshake?
thanks,
-Jason
Comment