Datasnap.DSAuth.TDSCustomAuthenticationManager.GetValidateCertificateEvent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Unit: Datasnap.DSAuth
Parent: TDSCustomAuthenticationManager

Delphi

function GetValidateCertificateEvent: TValidateCertificate; virtual;

C++

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

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