.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaBase.UntrustedCertificateEventArgs Class Reference

The arguments passed when an untrusted certificate event is raised. More...

Inherits EventArgs.

Properties

ApplicationInstanceBase Application [get]
 Gets the application which encountered the untrusted certificate. More...
 
ICertificateValidator CertificateValidator [get]
 Gets the certificate validator. More...
 
StatusCode ValidationError [get]
 Gets the certificate validation error. More...
 
ICertificate Certificate [get]
 Gets the untrusted certificate. More...
 
IList< ICertificateIssuers [get]
 Gets the untrusted 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]
 Gets or sets a value indicating whether the current ValidationError should be accepted. If ValidationError is BadCertifcateUntrusted, the certificate gets trusted. More...
 
bool AcceptAll [get, set]
 Gets or sets a value indicating whether all validation errors (ValidationError.Flattened) should be accepted. If ValidationError is BadCertifcateUntrusted, the certificate gets trusted. More...
 
bool Persist [get, set]
 Gets or sets a value indicating whether whether the trust list should be permanently updated. More...
 

Detailed Description

The arguments passed when an untrusted certificate event is raised.

Property Documentation

bool UnifiedAutomation.UaBase.UntrustedCertificateEventArgs.Accept
getset

Gets or sets a value indicating whether the current ValidationError should be accepted. If ValidationError is BadCertifcateUntrusted, the certificate gets trusted.

true if the ValidationError for the certificate should be Accepted; otherwise, false.

bool UnifiedAutomation.UaBase.UntrustedCertificateEventArgs.AcceptAll
getset

Gets or sets a value indicating whether all validation errors (ValidationError.Flattened) should be accepted. If ValidationError is BadCertifcateUntrusted, the certificate gets trusted.

true if the ValidationError for the certificate and all nested valiodation errors should be Accepted; otherwise, false.

ApplicationInstanceBase UnifiedAutomation.UaBase.UntrustedCertificateEventArgs.Application
get

Gets the application which encountered the untrusted certificate.

ICertificate UnifiedAutomation.UaBase.UntrustedCertificateEventArgs.Certificate
get

Gets the untrusted certificate.

ICertificateValidator UnifiedAutomation.UaBase.UntrustedCertificateEventArgs.CertificateValidator
get

Gets the certificate validator.

string UnifiedAutomation.UaBase.UntrustedCertificateEventArgs.EndpointUrl
get

Gets the endpoint URL associated with the CertificateValidator.

The endpoint URL associated with the CertificateValidator.

IList<ICertificate> UnifiedAutomation.UaBase.UntrustedCertificateEventArgs.Issuers
get

Gets the untrusted certificate.

ICertificateStore UnifiedAutomation.UaBase.UntrustedCertificateEventArgs.IssuerStore
get

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

The store which contains issued certificates used by the validator.

bool UnifiedAutomation.UaBase.UntrustedCertificateEventArgs.Persist
getset

Gets or sets a value indicating whether whether the trust list should be permanently updated.

true if the trust list should be permanently updated; otherwise, false.

ICertificateStore UnifiedAutomation.UaBase.UntrustedCertificateEventArgs.TrustedStore
get

Gets the store which contains certificates trusted by the validator.

The store which contains certificates trusted by the validator.

StatusCode UnifiedAutomation.UaBase.UntrustedCertificateEventArgs.ValidationError
get

Gets the certificate validation error.


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