Data.DBXTransport.TTransportFilter.IsPublicKeyCryptograph
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DBXTransport.pas Data.DBXTransport.hpp
| |
Unit: Data.DBXTransport | |
Parent: TTransportFilter |
Delphi
function IsPublicKeyCryptograph: Boolean; virtual;
C++
virtual bool __fastcall IsPublicKeyCryptograph();
Description
Returns whether public key encryption is used.
The IsPublicKeyCryptograph method always returns False.