Data.SqlExpr.TSQLConnection.ValidatePeerCertificate

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: published
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: TSQLConnection

Delphi

property ValidatePeerCertificate: TValidateCertificate read FValidateCertificate write FValidateCertificate;

C++

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

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