.NET Based OPC UA Client/Server SDK  3.0.10.493
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...
 
ICertificateValidator CertificateValidator [get]
 The certificate. More...
 
ICertificate Certificate [get]
 The certificate. More...
 
IList< ICertificateIssuers [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 current validation Error of the certificate should be accepted. More...
 
bool AcceptAll [get, set]
 Whether all validation errors (i.e. Error.Flattend) 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 current validation Error of the certificate should be accepted.

bool UnifiedAutomation.UaBase.CertificateValidationEventArgs.AcceptAll
getset

Whether all validation errors (i.e. Error.Flattend) should be accepted.

ICertificate UnifiedAutomation.UaBase.CertificateValidationEventArgs.Certificate
get

The certificate.

ICertificateValidator UnifiedAutomation.UaBase.CertificateValidationEventArgs.CertificateValidator
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.

IList<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: