OpcCertificateRequestedEventHandler Delegate

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

Represents the method that will handle CertificateRequested events.

C#

public delegate void OpcCertificateRequestedEventHandler(object sender, OpcCertificateRequestedEventArgs e);


Parameters

sender Object

The source of the event (typically an instance implementing the IOpcApplicationInstance interface).

e OpcCertificateRequestedEventArgs

An instance of the OpcCertificateRequestedEventArgs class containing the event data.