Data.DBXTransport.TTransportFilter.IsPublicKeyCryptograph

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DBXTransport.pas
Data.DBXTransport.hpp
Unit: Data.DBXTransport
Parent: TTransportFilter

Delphi

function IsPublicKeyCryptograph: Boolean; virtual;

C++

virtual bool __fastcall IsPublicKeyCryptograph();

Description

Returns whether public key encryption is used.

The IsPublicKeyCryptograph method always returns False.

See Also