OpcCertificateJudgementEventArgs Class

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

Provides the event data for 'CertificateJudgement' events.

C#

public class OpcCertificateJudgementEventArgs : EventArgs


Inheritance ObjectEventArgs › OpcCertificateJudgementEventArgs

Name Description
Dismiss Gets or sets a value indicating whether the impeachment of the ImpeachedCertificate is to be rejected independent from the Impeachment of the certificate judgement.
ImpeachedCertificate Gets the certificate which is impeached.
Impeachment Gets a value indicating the kind of impeachment the ImpeachedCertificate is confronted with.
ImpeachmentInfo Gets the information used to represent the Impeachment in case there an exception is to be thrown.
TrustedCertificate Gets the certificate which is trusted.
Name Description
ToString Returns a string that represents the current OpcCertificateJudgementEventArgs.