API:Datasnap.DSHTTP.TDSCertFiles.KeyFile

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property KeyFile;

C++

__property KeyFile = {default=0};

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