Data.DBXTransport.TTransportFilterTools.HasPublicKeyCryptography

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

static bool __fastcall HasPublicKeyCryptography(TTransportFilterCollection* const FilterList);

Propriétés

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

Description

Vérifie l'existence du filtre de cryptographie de clé publique dans la liste des filtres.

HasPublicKeyCryptography renvoie True s'il existe au moins un filtre de cryptographie de clé publique dans la liste des filtres.

Voir aussi