Data.SqlExpr.TSQLConnection.ValidatePeerCertificate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ValidatePeerCertificate: TValidateCertificate read FValidateCertificate write FValidateCertificate;

C++

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

Properties

Type Visibility Source Unit Parent
event published
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TSQLConnection

Description

Event that occurs when validating a peer certificate.

The ValidatePeerCertificate event occurs when validating the peer certificate. The certificate represents an X509 certificate.

See Also