Datasnap.DSClientRest.TDSCustomRestConnection.OnValidatePeerCertificate

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property OnValidatePeerCertificate: TValidateCertificate read GetOnValidatePeerCertificate

C++

__property Data::Dbxcommon::TValidateCertificate OnValidatePeerCertificate = {read=GetOnValidatePeerCertificate, write=SetOnValidatePeerCertificate};

Description

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