API:Datasnap.DSClientRest.TDSRestConnection.OnValidatePeerCertificateErr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnValidatePeerCertificateErr;

C++

__property OnValidatePeerCertificateErr;

Properties

Type Visibility Source Unit Parent
event published
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestConnection

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.

See Also