API:Data.DBXOpenSSL.TRSAFilter.IsPublicKeyCryptograph

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsPublicKeyCryptograph: Boolean; override;

C++

virtual bool __fastcall IsPublicKeyCryptograph(void);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXOpenSSL.pas
Data.DBXOpenSSL.hpp
Data.DBXOpenSSL TRSAFilter

Description

Returns whether public key encryption is used.

Data.DBXOpenSSL.TRSAFilter.IsPublicKeyCryptograph inherits from Data.DBXTransport.TTransportFilter.IsPublicKeyCryptograph. All content below this line refers to Data.DBXTransport.TTransportFilter.IsPublicKeyCryptograph.

Returns whether public key encryption is used.

The IsPublicKeyCryptograph method always returns False.

See Also