Datasnap.DSAuth.TDSCustomAuthenticationManager.ValidatePeerCertificate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Datasnap.DSAuth TDSCustomAuthenticationManager

Description

Allows for validation of the given certificate.

ValidatePeerCertificate allows for validation of the given certificate by delegating into the OnValidatePeerCertificate event, if one is specified.

See Also