QuickOPC User's Guide and Reference
GetCertificatesEventArgs Class
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security Namespace : GetCertificatesEventArgs Class
Arguments for an event that that supplies the certificates used for authentication.
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComDefaultInterfaceAttribute(OpcLabs.BaseLib.Security.ComTypes._GetCertificatesEventArgs)>
<ComVisibleAttribute(True)>
<GuidAttribute("C97E7449-68A6-4564-86F9-0841B8C98386")>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
Public Class GetCertificatesEventArgs 
   Inherits System.EventArgs
   Implements OpcLabs.BaseLib.Security.ComTypes._GetCertificatesEventArgs 
'Usage
 
Dim instance As GetCertificatesEventArgs
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.BaseLib.Security.ComTypes._GetCertificatesEventArgs)]
[ComVisible(true)]
[Guid("C97E7449-68A6-4564-86F9-0841B8C98386")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public class GetCertificatesEventArgs : System.EventArgs, OpcLabs.BaseLib.Security.ComTypes._GetCertificatesEventArgs  
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.BaseLib.Security.ComTypes._GetCertificatesEventArgs)]
[ComVisible(true)]
[Guid("C97E7449-68A6-4564-86F9-0841B8C98386")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public ref class GetCertificatesEventArgs : public System.EventArgs, OpcLabs.BaseLib.Security.ComTypes._GetCertificatesEventArgs  
Inheritance Hierarchy

System.Object
   System.EventArgs
      OpcLabs.BaseLib.Security.GetCertificatesEventArgs

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