Opc.Ua.Core
CertificateValidation Event



Opc.Ua Namespace > CertificateValidator Class : CertificateValidation Event
Raised when a certificate validation error occurs.
Syntax
'Declaration
 
Public Event CertificateValidation As CertificateValidationEventHandler
'Usage
 
Dim instance As CertificateValidator
Dim handler As CertificateValidationEventHandler
 
AddHandler instance.CertificateValidation, handler
public event CertificateValidationEventHandler CertificateValidation
public:
event CertificateValidationEventHandler^ CertificateValidation
Event Data

The event handler receives an argument of type CertificateValidationEventArgs containing data related to this event. The following CertificateValidationEventArgs properties provide information specific to this event.

PropertyDescription
Whether the current error reported for a certificate should be accepted and suppressed.  
Whether all the errors reported for a certificate should be accepted and suppressed.  
The custom error message from the application.  
The certificate.  
The error that occurred.  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also