Datasnap.DSHTTP.TDSCustomCertFiles.OnGetPEMFileSBPasskey

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property OnGetPEMFileSBPasskey: TGetPEMFileSBPasskey read GetOnGetPEMFileSBPasskey write SetOnGetPEMFileSBPasskey;

C++

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

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