API:Data.DBXOpenSSL.TRSAFilter.IsPublicKeyCryptograph

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DBXOpenSSL.pas
Data.DBXOpenSSL.hpp
Unit: Data.DBXOpenSSL
Parent: TRSAFilter

Delphi

function IsPublicKeyCryptograph: Boolean; override;

C++

virtual bool __fastcall IsPublicKeyCryptograph();

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