Data.DBXTransport.TTransportFilter.PublicKeyCryptograph

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DBXTransport.pas
Data.DBXTransport.hpp
Unit: Data.DBXTransport
Parent: TTransportFilter

Delphi

property PublicKeyCryptograph: Boolean read IsPublicKeyCryptograph;

C++

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

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