API:Datasnap.DSClientRest.TDSRestConnection.OnSelectClientCertificate
Delphi
property OnSelectClientCertificate;
C++
__property OnSelectClientCertificate;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp |
Datasnap.DSClientRest | TDSRestConnection |
Description
Occurs when the server requires the user to select an SSL certificate
Datasnap.DSClientRest.TDSRestConnection.OnSelectClientCertificate inherits from Datasnap.DSClientRest.TDSCustomRestConnection.OnSelectClientCertificate. All content below this line refers to Datasnap.DSClientRest.TDSCustomRestConnection.OnSelectClientCertificate.
Occurs when the server requires the user to select an SSL certificate from the installed ones (for instance, TLS).
The event handler of OnSelectClientCertificate receives the following parameters:
Sender: Object that invokes the event.ARequest: Client request that invokes the event.ACertificateList: List of available certificates installed in the system.AnIndex: Index of the selected certificate.