dOPC Client Toolkit
Close
ua.client.TdOPCUAClient.OnTrustCertificate

Occurs while connecting to an OPC UA server.

property OnTrustCertificate: TuaTrustCertificate;
__property TuaTrustCertificate OnTrustCertificate;

By default the TdOPCUAClient component will not reject a OPC UA Server. If you want to changes this behavior or you want more information about the server certificate you can use this event. If assigned: this event will give you the server certificate, e.g. to trust or to reject the server. 

A return value of true accept the server. If you return false then the server will rejected.

Kassl GmbH Copyright © 2024. All rights reserved.