Data.DBXOpenSSL.TRSACypher.LoadSSL
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXOpenSSL.pas Data.DBXOpenSSL.hpp
| |
Unit: Data.DBXOpenSSL | |
Parent: TRSACypher |
Delphi
class function LoadSSL: Boolean; overload;
C++
__classmethod bool __fastcall LoadSSL()/* overload */;
Description
Loads the OpenSSL library and returns True
on success; it returns False
otherwise.
After you load the OpenSSL library, you usually want to generate a global key pair using GenerateGlobalKey. You may alternatively use the helper function LoadSSLAndCreateKey to load the OpenSSL library and generate a global key pair all at once.