Datasnap.DSAuth.TDSCustomAuthenticationManager.GetValidateCertificateEvent

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

Delphi

function GetValidateCertificateEvent: TValidateCertificate; virtual;

C++

virtual Data::Dbxcommon::TValidateCertificate __fastcall GetValidateCertificateEvent();

プロパティ

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

説明

OnValidatePeerCertificate イベントを返します(割り当てられている場合)。

GetValidateCertificateEvent メソッドは、OnValidatePeerCertificate イベントを返すために使用されます(イベントが割り当てられている場合)。

関連項目