Datasnap.DSHTTP.TDSCustomCertFiles.OnGetPEMFileSBPasskey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnGetPEMFileSBPasskey: TGetPEMFileSBPasskey read GetOnGetPEMFileSBPasskey write SetOnGetPEMFileSBPasskey;

C++

__property TGetPEMFileSBPasskey OnGetPEMFileSBPasskey = {read=GetOnGetPEMFileSBPasskey, write=SetOnGetPEMFileSBPasskey};

Properties

Type Visibility Source Unit Parent
event public
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSCustomCertFiles

Description

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