REST.Client.TRESTClient.OnValidateCertificate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnValidateCertificate;

C++

__property OnValidateCertificate;

Properties

Type Visibility Source Unit Parent
event published
REST.Client.pas
REST.Client.hpp
REST.Client TRESTClient

Description

Occurs when checking the validity of a server certificate.

REST.Client.TRESTClient.OnValidateCertificate inherits from REST.Client.TCustomRESTClient.OnValidateCertificate. All content below this line refers to REST.Client.TCustomRESTClient.OnValidateCertificate. Occurs when checking the validity of a server certificate.

See Also