Datasnap.DSHTTP.TDSCustomCertFiles.OnGetPEMFilePasskey

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: public
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TDSCustomCertFiles

Delphi

property OnGetPEMFilePasskey: TGetPEMFilePasskey read GetOnGetPEMFilePasskey write SetOnGetPEMFilePasskey;

C++

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

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