Data.DBXTransport.TTransportFilter.PublicKeyCryptograph

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PublicKeyCryptograph: Boolean read IsPublicKeyCryptograph;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Data.DBXTransport.pas
Data.DBXTransport.hpp
Data.DBXTransport TTransportFilter

Description

Specifies whether public key encryption is used.

The PublicKeyCryptograph property specifies whether public key encryption is used. PublicKeyCryptograph is set to True if public key encryption is used, and to False otherwise.

See Also