Data.DBXOpenSSL.TRSACypher.LoadSSL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function LoadSSL: Boolean; overload;

C++

__classmethod bool __fastcall LoadSSL()/* overload */;

Properties

Type Visibility Source Unit Parent
function public
Data.DBXOpenSSL.pas
Data.DBXOpenSSL.hpp
Data.DBXOpenSSL TRSACypher

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.

See Also