Datasnap.DSClientRest.TDSRestConnection.OnValidatePeerCertificate
Delphi
property OnValidatePeerCertificate: TValidateCertificate read GetOnValidatePeerCertificate write SetOnValidatePeerCertificate;
C++
__property OnValidatePeerCertificate;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp |
Datasnap.DSClientRest | TDSRestConnection |
Description
Occurs when the peer certificate is about to be validated.
Datasnap.DSClientRest.TDSRestConnection.OnValidatePeerCertificate inherits from Datasnap.DSClientRest.TDSCustomRestConnection.OnValidatePeerCertificate. All content below this line refers to Datasnap.DSClientRest.TDSCustomRestConnection.OnValidatePeerCertificate.
Occurs when the peer certificate is about to be validated.
Use an OnValidatePeerCertificate event to implement further functionality when the peer certificate is about to be validated.