Datasnap.DSHTTP.TDSCustomCertFiles.RootCertFile

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TDSCustomCertFiles

Delphi

property RootCertFile: string read GetRootCertFile write SetRootCertFile;

C++

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

Description

File containing the X.509 root certificate.

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

See Also