Data.DBXTransport.TTransportFilterTools.HasPublicKey
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXTransport.pas Data.DBXTransport.hpp
| |
Unit: Data.DBXTransport | |
Parent: TTransportFilterTools |
Delphi
class function HasPublicKey(const Buffer: TArray<Byte>): Boolean; static;
C++
static bool __fastcall HasPublicKey(const System::DynamicArray<System::Byte> Buffer);
Description
Verifies whether TTransportFilterTools has a public key.
HasPublicKey returns True if the header prefixes a public key message.