Datasnap.DSClientRest.TDSCustomRestConnection.OnValidatePeerCertificate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnValidatePeerCertificate: TValidateCertificate read GetOnValidatePeerCertificate  write SetOnValidatePeerCertificate;

C++

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

Properties

Type Visibility Source Unit Parent
event public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSCustomRestConnection

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