Datasnap.DSHTTP.TDSCustomCertFiles.KeyFile

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 KeyFile: string read GetKeyFile write SetKeyFile;

C++

__property System::UnicodeString KeyFile = {read=GetKeyFile, write=SetKeyFile};

Description

File containing the X.509 private key.

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

See Also