OpcCertificateValidationFailedEventHandler Delegate

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

Represents the method that will handle 'CertificateValidationFailed' events.

C#

public delegate void OpcCertificateValidationFailedEventHandler(object sender, OpcCertificateValidationFailedEventArgs e);


Parameters

sender Object

The source of the event.

e OpcCertificateValidationFailedEventArgs

The event data.