UA Bundle SDK .NET  2.2.3.276
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaBase.CertificateValidationEventArgs Class Reference

The event arguments provided when a certificate validation error occurs. More...

Inherits EventArgs.

Properties

StatusCode Error [get]
 The error that occurred. More...
 
ICertificate Certificate [get]
 The certificate. More...
 
ICertificate[] Issuers [get]
 Any issuers passed with the certificate. More...
 
bool Accept [get, set]
 Whether the certificate should be accepted. More...
 

Detailed Description

The event arguments provided when a certificate validation error occurs.

Property Documentation

bool UnifiedAutomation.UaBase.CertificateValidationEventArgs.Accept
getset

Whether the certificate should be accepted.

ICertificate UnifiedAutomation.UaBase.CertificateValidationEventArgs.Certificate
get

The certificate.

StatusCode UnifiedAutomation.UaBase.CertificateValidationEventArgs.Error
get

The error that occurred.

ICertificate [] UnifiedAutomation.UaBase.CertificateValidationEventArgs.Issuers
get

Any issuers passed with the certificate.


The documentation for this class was generated from the following file: