Datasnap.DSHTTP.TGetPEMFilePasskey
| [–] Properties | |
|---|---|
| Type: type typedef
| |
| Visibility: public | |
| Source: Datasnap.DSHTTP.pas Datasnap.DSHTTP.hpp
| |
| Unit: Datasnap.DSHTTP | |
| Parent: Datasnap.DSHTTP | |
Delphi
TGetPEMFilePasskey = procedure(ASender: TObject; var APasskey: AnsiString) of object;
C++
typedef void __fastcall (__closure *TGetPEMFilePasskey)(System::TObject* ASender, System::AnsiString &APasskey);
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.