.NET Based OPC UA Client/Server SDK  3.1.0.500
UnifiedAutomation.UaServer.UntrustedUserCertificateEventArgs Class Reference

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

Inherits EventArgs.

Properties

ServerManager Server [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...
 
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 certificate should be 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.UaServer.UntrustedUserCertificateEventArgs.Accept
getset

Gets or sets a value indicating whether the certificate should be trusted.

true if the certificate should be trusted; otherwise, false.

ICertificate UnifiedAutomation.UaServer.UntrustedUserCertificateEventArgs.Certificate
get

Gets the untrusted certificate.

ICertificateValidator UnifiedAutomation.UaServer.UntrustedUserCertificateEventArgs.CertificateValidator
get

Gets the certificate validator.

IList<ICertificate> UnifiedAutomation.UaServer.UntrustedUserCertificateEventArgs.Issuers
get

Gets the untrusted certificate.

ICertificateStore UnifiedAutomation.UaServer.UntrustedUserCertificateEventArgs.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.UaServer.UntrustedUserCertificateEventArgs.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.

ServerManager UnifiedAutomation.UaServer.UntrustedUserCertificateEventArgs.Server
get

Gets the application which encountered the untrusted certificate.

ICertificateStore UnifiedAutomation.UaServer.UntrustedUserCertificateEventArgs.TrustedStore
get

Gets the store which contains certificates trusted by the validator.

The store which contains certificates trusted by the validator.

StatusCode UnifiedAutomation.UaServer.UntrustedUserCertificateEventArgs.ValidationError
get

Gets the certificate validation error.


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