OPC Studio User's Guide and Reference
UACertificatesChangedEventArgs Class
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application Namespace : UACertificatesChangedEventArgs Class
Provides data for the IEasyUAClientServerApplication.CertificatesChanged event.
Object Model
UACertificatesChangedEventArgs ClassStringSet ClassStringSet Class
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.Application.ComTypes._UACertificatesChangedEventArgs)>
<ComVisibleAttribute(True)>
<GuidAttribute("D349FE6B-287F-4D7F-A515-099FF3C1F268")>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<SerializableAttribute()>
Public Class UACertificatesChangedEventArgs 
   Inherits System.EventArgs
   Implements OpcLabs.EasyOpc.UA.Application.ComTypes._UACertificatesChangedEventArgs, System.ICloneable, System.Runtime.Serialization.ISerializable 
'Usage
 
Dim instance As UACertificatesChangedEventArgs
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.EasyOpc.UA.Application.ComTypes._UACertificatesChangedEventArgs)]
[ComVisible(true)]
[Guid("D349FE6B-287F-4D7F-A515-099FF3C1F268")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[Serializable()]
public class UACertificatesChangedEventArgs : System.EventArgs, OpcLabs.EasyOpc.UA.Application.ComTypes._UACertificatesChangedEventArgs, System.ICloneable, System.Runtime.Serialization.ISerializable  
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.EasyOpc.UA.Application.ComTypes._UACertificatesChangedEventArgs)]
[ComVisible(true)]
[Guid("D349FE6B-287F-4D7F-A515-099FF3C1F268")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[Serializable()]
public ref class UACertificatesChangedEventArgs : public System.EventArgs, OpcLabs.EasyOpc.UA.Application.ComTypes._UACertificatesChangedEventArgs, System.ICloneable, System.Runtime.Serialization.ISerializable  
Remarks

This class exists to put together multiple changes that can occur during operations that affect the OPC UA certificates. Without it, there would have to be separate events for each change, and the consumers will not have any way to consolidate them.

Inheritance Hierarchy

System.Object
   System.EventArgs
      OpcLabs.EasyOpc.UA.Application.UACertificatesChangedEventArgs

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also