Datasnap.DSHTTP.TDSCertFiles.KeyFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property KeyFile: string read GetKeyFile write SetKeyFile default 0;

C++

__property KeyFile = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSCertFiles

Description

File containing the X.509 private key.

Datasnap.DSHTTP.TDSCertFiles.KeyFile inherits from Datasnap.DSHTTP.TDSCustomCertFiles.KeyFile. All content below this line refers to Datasnap.DSHTTP.TDSCustomCertFiles.KeyFile.

File containing the X.509 private key.

The KeyFile property specifies the file containing the X.509 private key.

See Also