Datasnap.DSHTTP.TDSCertFiles.OnGetPEMFileSBPasskey

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property OnGetPEMFileSBPasskey;

C++

__property OnGetPEMFileSBPasskey;

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