Hi all,
I know that the SSLClientCertificateName property is used to establish an SSL connection with a webservice. ie:
Connector->property["SSLClientCertificateName"] = "CURRENT_USER\\MY\\MyCert"
where MyCert is the Common Name of the certificate stored in the Personal IE Cert store.
The question is... how do I distinguish between multiple certificates that have the same common name? Is there anyway to use... serial number... certificate usage...etc
Thanks in advance for any help.
I know that the SSLClientCertificateName property is used to establish an SSL connection with a webservice. ie:
Connector->property["SSLClientCertificateName"] = "CURRENT_USER\\MY\\MyCert"
where MyCert is the Common Name of the certificate stored in the Personal IE Cert store.
The question is... how do I distinguish between multiple certificates that have the same common name? Is there anyway to use... serial number... certificate usage...etc
Thanks in advance for any help.