Data.SqlExpr.TSQLConnection.ValidatePeerCertificate

提供:RAD Studio API Documentation

Delphi

property ValidatePeerCertificate: TValidateCertificate read FValidateCertificate write FValidateCertificate;

C++

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

プロパティ

種類 可視性 ソース ユニット
event published
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TSQLConnection

説明

ピアの証明書を検証する際に発生するイベントです。

ValidatePeerCertificate は、ピアの証明書を検証する際に発生するイベントです。 この証明書は、X509 証明書を表します。

関連項目