EasyUA Reference
CertificateValidation Event
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > CertificateValidator Class : CertificateValidation Event

Glossary Item Box

Raised when a certificate validation error occurs.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As CertificateValidator
Dim handler As CertificateValidationEventHandler
 
AddHandler instance.CertificateValidation, handler
C# 
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
Accept Whether the certificate should be accepted.
Certificate The certificate.
Error The error that occurred.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.