Data.DBXTransport.TTransportFilter.IsPublicKeyCryptograph

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsPublicKeyCryptograph: Boolean; virtual;

C++

virtual bool __fastcall IsPublicKeyCryptograph();

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXTransport.pas
Data.DBXTransport.hpp
Data.DBXTransport TTransportFilter

Description

Returns whether public key encryption is used.

The IsPublicKeyCryptograph method always returns False.

See Also