Table of Contents

OpcCertificateValidationFailedEventArgs Class

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

Provides the event data for 'CertificateValidationFailed' events.

C#

public class OpcCertificateValidationFailedEventArgs : EventArgs


Inheritance ObjectEventArgs › OpcCertificateValidationFailedEventArgs

Constructors

Properties

Name Description
Accept Gets or sets a value indicating whether to accept the Certificate independent from the Result of the certificate validation.
Certificate Gets the certificate its validation has failed.
Result Gets a value indicating the outcome of the certificate validation.
ResultInfo Gets the information used to represent the Result in case there an exception is to be thrown.

Methods

Name Description
ToString Returns a string that represents the current OpcCertificateValidationFailedEventArgs.