Datasnap.DSHTTP.TDSCustomCertFiles.OnGetPEMFilePasskey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnGetPEMFilePasskey: TGetPEMFilePasskey read GetOnGetPEMFilePasskey write SetOnGetPEMFilePasskey;

C++

__property TGetPEMFilePasskey OnGetPEMFilePasskey = {read=GetOnGetPEMFilePasskey, write=SetOnGetPEMFilePasskey};

Properties

Type Visibility Source Unit Parent
event public
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSCustomCertFiles

Description

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