API:Datasnap.DSHTTP.TDSCertFiles.OnGetPEMFileSBPasskey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnGetPEMFileSBPasskey;

C++

__property OnGetPEMFileSBPasskey;

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.OnGetPEMFileSBPasskey inherits from Datasnap.DSHTTP.TDSCustomCertFiles.OnGetPEMFileSBPasskey. All content below this line refers to Datasnap.DSHTTP.TDSCustomCertFiles.OnGetPEMFileSBPasskey.

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

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

See Also