FireDAC.Comp.Client.TFDCustomConnection.ValidatePeerCertificate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ValidatePeerCertificate: TFDValidatePeerCertificateEvent

C++

__property TFDValidatePeerCertificateEvent ValidatePeerCertificate = {read=FValidatePeerCertificate, write=FValidatePeerCertificate};

Properties

Type Visibility Source Unit Parent
event public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomConnection

Description

Triggers during the establishment of a secure connection between FireDAC and a database server.

Allows the application to inspect and validate the server’s SSL/TLS certificate before the connection is entirely accepted.

Note: This is supported by the FireDAC DataSnap driver only.

See Also