Data.DBXTransport.TTransportFilterTools.HasPublicKeyCryptography

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

static bool __fastcall HasPublicKeyCryptography(TTransportFilterCollection* const FilterList);

プロパティ

種類 可視性 ソース ユニット
function public
Data.DBXTransport.pas
Data.DBXTransport.hpp
Data.DBXTransport TTransportFilterTools


説明

フィルタ リスト内に、公開キーの暗号フィルタがあるかどうかをチェックします。

HasPublicKeyCryptography は、公開キーの暗号フィルタがフィルタ リスト内に少なくとも 1 つあれば、True を返します。

関連項目