Datasnap.DSAuth.TDSCustomAuthenticationManager.OnValidatePeerCertificate
| [–] Properties | |
|---|---|
| Type: event | |
| Visibility: public | |
| Source: Datasnap.DSAuth.pas Datasnap.DSAuth.hpp
| |
| Unit: Datasnap.DSAuth | |
| Parent: TDSCustomAuthenticationManager | |
Delphi
property OnValidatePeerCertificate: TValidateCertificate read GetValidateCertificateEvent write SetValidateCertificateEvent;
C++
__property Data::Dbxcommon::TValidateCertificate OnValidatePeerCertificate = {read=GetValidateCertificateEvent, write=SetValidateCertificateEvent};
Description
Event for validating a peer certificate.
OnValidatePeerCertificate is an event used for the purpose of validating a peer certificate.