API:Datasnap.DSHTTP.TDSCertFiles

From RAD Studio API Documentation
Jump to: navigation, search

Datasnap.DSHTTP.TDSCustomCertFilesSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTDSCertFiles
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: Datasnap.DSHTTP

Delphi

TDSCertFiles = class(TDSCustomCertFiles)

C++

class PASCALIMPLEMENTATION TDSCertFiles : public TDSCustomCertFiles

Description

Provides information about X.509 certificates and private keys.

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

Provides information about X.509 certificates and private keys.

The TDSCustomCertFiles class provides information about X.509 certificates and private keys. TDSCertFiles is to be associated with a TDSHTTPService component to enable server-side SSL.

See Also