Data.DBXTransport.TTransportFilterTools.HasPublicKeyCryptography

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function HasPublicKeyCryptography(const FilterList: TTransportFilterCollection): Boolean; static;

C++

static bool __fastcall HasPublicKeyCryptography(TTransportFilterCollection* const FilterList);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXTransport.pas
Data.DBXTransport.hpp
Data.DBXTransport TTransportFilterTools

Description

Checks the existence of a public key cryptography filter in the filter list.

HasPublicKeyCryptography returns True if there is at least one public key cryptography filter in the filter list.

See Also