Datasnap.DSAuth.TDSCustomAuthenticationManager.ValidatePeerCertificate
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 イベントに処理を委任することにより行います(イベントが指定されている場合)。