.NET Based OPC UA Client/Server SDK  2.6.1.422
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...
 
string EndpointUrl [get]
 Gets the endpoint URL associated with the CertificateValidator. More...
 
ICertificateStore TrustedStore [get]
 Gets the store which contains certificates trusted by the validator. More...
 
ICertificateStore IssuerStore [get]
 Gets the store which contains issued certificates used by the validator. 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.

string UnifiedAutomation.UaBase.CertificateValidationEventArgs.EndpointUrl
get

Gets the endpoint URL associated with the CertificateValidator.

The endpoint URL associated with the CertificateValidator.

StatusCode UnifiedAutomation.UaBase.CertificateValidationEventArgs.Error
get

The error that occurred.

ICertificate [] UnifiedAutomation.UaBase.CertificateValidationEventArgs.Issuers
get

Any issuers passed with the certificate.

ICertificateStore UnifiedAutomation.UaBase.CertificateValidationEventArgs.IssuerStore
get

Gets the store which contains issued certificates used by the validator.

The store which contains issued certificates used by the validator.

ICertificateStore UnifiedAutomation.UaBase.CertificateValidationEventArgs.TrustedStore
get

Gets the store which contains certificates trusted by the validator.

The store which contains certificates trusted by the validator.


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