Datasnap.DSHTTP.TDSCustomCertFiles.CertFile

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 CertFile: string read GetCertFile write SetCertFile;

C++

__property System::UnicodeString CertFile = {read=GetCertFile, write=SetCertFile};

Description

File containing the X.509 certificate.

The CertFile property specifies the file containing the X.509 certificate.

See Also