Datasnap.DSHTTP.TDSCustomCertFiles.RootCertFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RootCertFile: string read GetRootCertFile write SetRootCertFile;

C++

__property System::UnicodeString RootCertFile = {read=GetRootCertFile, write=SetRootCertFile};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSCustomCertFiles

Description

File containing the X.509 root certificate.

The RootCertFile property specifies the file containing the X.509 root certificate.

See Also