API:Datasnap.DSHTTP.TDSCertFiles

From RAD Studio API Documentation
Jump to: navigation, search

Datasnap.DSHTTP.TDSCustomCertFilesSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTDSCertFiles

Delphi

TDSCertFiles = class(TDSCustomCertFiles)

C++

class PASCALIMPLEMENTATION TDSCertFiles : public TDSCustomCertFiles

Properties

Type Visibility Source Unit Parent
class public
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP Datasnap.DSHTTP

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