Datasnap.DSCommon.TDSClientCallbackChannelManager.ValidatePeerCertificate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ValidatePeerCertificate: TValidateCertificate read FValidatePeerCertificate write FValidatePeerCertificate;

C++

__property Data::Dbxcommon::TValidateCertificate ValidatePeerCertificate = {read=FValidatePeerCertificate, write=FValidatePeerCertificate};

Properties

Type Visibility Source Unit Parent
event published
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSClientCallbackChannelManager

Description

Raised when establishing a secure connection channel between a DataSnap client and a DataSnap server.

Allows the application to verify the server’s SSL/TLS certificate before completing the connection.

See Also