florindaniel
Programmer
Hello,
I need to consume a web service via a WinHttp object.
It works, but the certificate used for the connection is set
via the SetClientCertificate method of that object and the parameter it accepts
is the Certificate Name, not the serial.
My problem appears when there is more than one certificate with the same name
since I know no other way to select the certificate and SetClientCertificate picks
the first record, even if the certificate I would like to use is the third, for example.
Thank you,
Daniel
I need to consume a web service via a WinHttp object.
It works, but the certificate used for the connection is set
via the SetClientCertificate method of that object and the parameter it accepts
is the Certificate Name, not the serial.
My problem appears when there is more than one certificate with the same name
since I know no other way to select the certificate and SetClientCertificate picks
the first record, even if the certificate I would like to use is the third, for example.
Thank you,
Daniel