Data.DBXTransport.TTransportFilterTools.HasPublicKeyCryptography
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXTransport.pas Data.DBXTransport.hpp
| |
Unit: Data.DBXTransport | |
Parent: TTransportFilterTools |
Delphi
class function HasPublicKeyCryptography(const FilterList: TTransportFilterCollection): Boolean; static;
C++
static bool __fastcall HasPublicKeyCryptography(TTransportFilterCollection* const FilterList);
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.