Datasnap.DSHTTP.TGetPEMFilePasskey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TGetPEMFilePasskey = procedure(ASender: TObject; var APasskey: AnsiString) of object;

C++

typedef void __fastcall (__closure *TGetPEMFilePasskey)(System::TObject* ASender, System::AnsiString &APasskey);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP Datasnap.DSHTTP

Description

Event for a file dispatcher.

TGetPEMFilePasskey is the event used by TDSCustomCertFiles to allow the string used to encrypt the private key in KeyFile.

The input parameters provide the key to encrypt.

See Also