Datasnap.DSClientRest.TDSRestConnection.OnSelectClientCertificate
[–] Properties | |
---|---|
Type: event | |
Visibility: published | |
Source: Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp
| |
Unit: Datasnap.DSClientRest | |
Parent: TDSRestConnection |
Delphi
property OnSelectClientCertificate;
C++
__property OnSelectClientCertificate;
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.