QuickOPC User's Guide and Reference
ValidateCertificateEventArgs Class
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security Namespace : ValidateCertificateEventArgs Class
Arguments for an event that that verifies the certificate used for authentication.
Object Model
ValidateCertificateEventArgs ClassIPkiCertificate InterfacePkiChain Class
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComDefaultInterfaceAttribute(OpcLabs.BaseLib.Security.ComTypes._ValidateCertificateEventArgs)>
<ComVisibleAttribute(True)>
<GuidAttribute("B3DA7BEF-67C9-4CC1-A94E-F3502504D9E2")>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
Public Class ValidateCertificateEventArgs 
   Inherits System.EventArgs
   Implements OpcLabs.BaseLib.Security.ComTypes._ValidateCertificateEventArgs 
'Usage
 
Dim instance As ValidateCertificateEventArgs
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.BaseLib.Security.ComTypes._ValidateCertificateEventArgs)]
[ComVisible(true)]
[Guid("B3DA7BEF-67C9-4CC1-A94E-F3502504D9E2")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public class ValidateCertificateEventArgs : System.EventArgs, OpcLabs.BaseLib.Security.ComTypes._ValidateCertificateEventArgs  
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.BaseLib.Security.ComTypes._ValidateCertificateEventArgs)]
[ComVisible(true)]
[Guid("B3DA7BEF-67C9-4CC1-A94E-F3502504D9E2")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public ref class ValidateCertificateEventArgs : public System.EventArgs, OpcLabs.BaseLib.Security.ComTypes._ValidateCertificateEventArgs  
Inheritance Hierarchy

System.Object
   System.EventArgs
      OpcLabs.BaseLib.Security.ValidateCertificateEventArgs

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