dOPC Client Toolkit
Close
ua.client.TdOPCUAClient.SecurityLib

Specifies which security library will be used.

property SecurityLib: TuaSecurityLib;
__property TuaSecurityLib SecurityLib;
Parameters
Description
uaSNative
Pure native Delphi code will be used, which means no additional external files needed.
uaSOpenSSL
As security library OpenSSL will be used, which means you have to distribute following OpenSSL Dll's with your program: libeay32.dll and ssleay32.dll.

Two security libraries are supported:

You will find the OpenSSL versions we used in the dOPC installation folder under the path "tools" and under "tools\win64" the 64 bit versions or at https://indy.fulgan.com/SSL/

OPCUAClient.SecurityLib := uaSOpenSSL;
Kassl GmbH Copyright © 2024. All rights reserved.