Datasnap.DSAuth.TDSCustomAuthenticationManager.OnValidatePeerCertificate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnValidatePeerCertificate: TValidateCertificate read GetValidateCertificateEvent write SetValidateCertificateEvent;

C++

__property Data::Dbxcommon::TValidateCertificate OnValidatePeerCertificate = {read=GetValidateCertificateEvent, write=SetValidateCertificateEvent};

Properties

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

Description

Event for validating a peer certificate.

OnValidatePeerCertificate is an event used for the purpose of validating a peer certificate.

See Also