API:Datasnap.DSClientRest.TDSRestConnection.OnValidatePeerCertificate

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: published
Source:
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Unit: Datasnap.DSClientRest
Parent: TDSRestConnection

Delphi

property OnValidatePeerCertificate;

C++

__property OnValidatePeerCertificate;

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.

See Also