Data.DBXOpenSSL.TRSAFilter.IsPublicKeyCryptograph
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Data.DBXOpenSSL.pas Data.DBXOpenSSL.hpp
| |
| Unit: Data.DBXOpenSSL | |
| Parent: TRSAFilter | |
Delphi
function IsPublicKeyCryptograph: Boolean; override;
C++
virtual bool __fastcall IsPublicKeyCryptograph();
Description
Returns whether public key encryption is used.
The IsPublicKeyCryptograph method returns True if the public key encryption is used, False otherwise.