Soap.SOAPHTTPTrans.THTTPReqResp.ClientCertificate
Delphi
property ClientCertificate: TClientCert read FClientCertificate;
C++
__property TClientCert* ClientCertificate = {read=FClientCertificate};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Soap.SOAPHTTPTrans.pas Soap.SOAPHTTPTrans.hpp |
Soap.SOAPHTTPTrans | THTTPReqResp |
Description
Allows the developer to select a client certificate at design time.
The ClientCertificate property allows the developer to select a client certificate at design time. It specifies CertName, Issuer, and SerialNum for the client. ClientCertificate is uniquely identified by the combination of its SerialNum and Issuer.
Note: For practical purposes, when dealing with one store, relying on the serial number alone is sufficient.
Note: The design-time support only stores away the SerialNum of the ClientCertificate, and not the certificate itself. In other words, if you deploy the application to another machine, which does not contain the certificate selected at design time, it will be impossible, at run time, to retrieve the ClientCertificate and send it to the server.