Datasnap.DSHTTP.TDSCertFiles.OnGetPEMFilePasskey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnGetPEMFilePasskey: TGetPEMFilePasskey read GetOnGetPEMFilePasskey write SetOnGetPEMFilePasskey;

C++

__property OnGetPEMFilePasskey;

Properties

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

Description

Event handler to provide the string used to encrypt the private key in KeyFile.

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

Event handler to provide the string used to encrypt the private key in KeyFile.

OnGetPEMFilePasskey is an event handler to provide the string used to encrypt the private key in KeyFile.

See Also