FireDAC.Comp.Client.TFDValidatePeerCertificateEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFDValidatePeerCertificateEvent = procedure (ASender: TObject;
ACertificate: TFDCertificate; const ADepth: Integer; var AOk: Boolean) of object;

C++

typedef void __fastcall (__closure *TFDValidatePeerCertificateEvent)(System::TObject* ASender, Firedac::Stan::Intf::TFDCertificate* ACertificate, const int ADepth, bool &AOk);

Properties

Type Visibility Source Unit Parent
type
typedef
public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client FireDAC.Comp.Client

Description

Embarcadero Technologies does not currently have any additional information.