API:Datasnap.DSHTTP.TDSCertFiles.OnGetPEMFilePasskey

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property OnGetPEMFilePasskey;

C++

__property OnGetPEMFilePasskey;

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