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

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

Inherits EventArgs.

Properties

ApplicationInstance Application [get, set]
 Gets the application which encountered the untrusted certificate. More...
 
StatusCode ValidationError [get]
 Gets the certificate validation error. More...
 
ICertificate Certificate [get]
 Gets the untrusted certificate. More...
 
ICertificate[] Issuers [get]
 Gets the untrusted certificate. 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.UaBase.UntrustedCertificateEventArgs.Accept
getset

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

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

ApplicationInstance UnifiedAutomation.UaBase.UntrustedCertificateEventArgs.Application
getset

Gets the application which encountered the untrusted certificate.

ICertificate UnifiedAutomation.UaBase.UntrustedCertificateEventArgs.Certificate
get

Gets the untrusted certificate.

ICertificate [] UnifiedAutomation.UaBase.UntrustedCertificateEventArgs.Issuers
get

Gets the untrusted certificate.

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.

StatusCode UnifiedAutomation.UaBase.UntrustedCertificateEventArgs.ValidationError
get

Gets the certificate validation error.


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