Datasnap.DSAuth.TDSCustomAuthenticationManager.OnValidatePeerCertificate

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property OnValidatePeerCertificate: TValidateCertificate read GetValidateCertificateEvent write SetValidateCertificateEvent;

C++

__property Data::Dbxcommon::TValidateCertificate OnValidatePeerCertificate = {read=GetValidateCertificateEvent, write=SetValidateCertificateEvent};

プロパティ

種類 可視性 ソース ユニット
event public
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Datasnap.DSAuth TDSCustomAuthenticationManager

説明

ピアの証明書を検証するためのイベントです。

OnValidatePeerCertificate は、ピアの証明書の検証を目的として使用されるイベントです。

関連項目