Data.DBXOpenSSL.TRSACypher.InitSSLIPImplementationID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InitSSLIPImplementationID(const AIPImplementationID: string);

C++

void __fastcall InitSSLIPImplementationID(const System::UnicodeString AIPImplementationID);

Properties

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

Description

Specify a custom IP implementation for SSL operations.

InitSSLIPImplementationID receives a single parameter, AIPImplementationID, which is a string with the name of the IP implementation to use for SSL operations instead of the default IP implementation.

You must call InitSSLIPImplementationID before you call LoadSSL for the first time.

Exceptions

InitSSLIPImplementationID may raise any of the following exceptions:

Class Message Description

TDBXError

SSL module was already loaded and the IP implementation cannot be changed.

You must call InitSSLIPImplementationID before any call to LoadSSL.

See Also