Datasnap.DSAuth.TDSCustomAuthenticationManager.ValidatePeerCertificate

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

Delphi

function ValidatePeerCertificate(Certificate: TX509Certificate; const ADepth: Integer): boolean; virtual;

C++

virtual bool __fastcall ValidatePeerCertificate(Data::Dbxcommon::TX509Certificate* Certificate, const int ADepth);

プロパティ

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

説明

渡された証明書の検証を行います。

ValidatePeerCertificate は、渡された証明書の検証を、OnValidatePeerCertificate イベントに処理を委任することにより行います(イベントが指定されている場合)。

関連項目