Data.DBXTransport.TTransportFilter.PublicKeyCryptograph

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

Delphi

property PublicKeyCryptograph: Boolean read IsPublicKeyCryptograph;

C++

__property bool PublicKeyCryptograph = {read=IsPublicKeyCryptograph, nodefault};

プロパティ

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

説明

公開キーに暗号化が使用されたかどうかを示します。

PublicKeyCryptograph プロパティは、公開キーに暗号化が使用されたかどうかを示します。PublicKeyCryptograph は、公開キーに暗号化が使用されている場合は True に、そうでない場合はFalse に設定されます。

関連項目