Datasnap.DSAuth.TDSCustomAuthenticationManager.GetValidateCertificateEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetValidateCertificateEvent: TValidateCertificate; virtual;

C++

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

Properties

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

Description

Returns the OnValidatePeerCertificate event, if one is assigned.

The GetValidateCertificateEvent method is used to return the OnValidatePeerCertificate event, if one is assigned.

See Also