API:Datasnap.DSClientRest.TDSRestConnection.OnValidatePeerCertificateErr
| [–] Properties | |
|---|---|
| Type: event | |
| Visibility: published | |
| Source: Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp
| |
| Unit: Datasnap.DSClientRest | |
| Parent: TDSRestConnection | |
Delphi
property OnValidatePeerCertificateErr;
C++
__property OnValidatePeerCertificateErr;
Description
Occurs when an error arises while validating the peer certificate.
Datasnap.DSClientRest.TDSRestConnection.OnValidatePeerCertificateErr inherits from Datasnap.DSClientRest.TDSCustomRestConnection.OnValidatePeerCertificateErr. All content below this line refers to Datasnap.DSClientRest.TDSCustomRestConnection.OnValidatePeerCertificateErr.
Occurs when an error arises while validating the peer certificate.
Use an OnValidatePeerCertificateErr event to manage peer certificate errors that require user validation.