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

The arguments passed when a AddCertificate event occurs. More...

Inherits EventArgs.

Public Member Functions

 CertificateAddedEventArgs (TrustListModel model, RequestContext context, ICertificate certificate, bool isTrusted)
 Initializes a new instance of the CertificateAddedEventArgs class. More...
 

Properties

TrustListModel Model [get]
 Gets the model. More...
 
RequestContext Context [get]
 Gets the context. More...
 
ICertificate Certificate [get]
 Gets the certificate. More...
 
bool IsTrusted [get]
 Gets a value indicating whether the certificate is trusted. More...
 
StatusCode StatusCode [get, set]
 Gets or sets the status code. More...
 

Detailed Description

The arguments passed when a AddCertificate event occurs.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.CertificateAddedEventArgs.CertificateAddedEventArgs ( TrustListModel  model,
RequestContext  context,
ICertificate  certificate,
bool  isTrusted 
)
inline

Initializes a new instance of the CertificateAddedEventArgs class.

Parameters
modelThe model.
contextThe context.
certificateThe certificate.
isTrustedif set to true if the certificate is trusted.

Property Documentation

ICertificate UnifiedAutomation.UaServer.CertificateAddedEventArgs.Certificate
get

Gets the certificate.

The certificate.

RequestContext UnifiedAutomation.UaServer.CertificateAddedEventArgs.Context
get

Gets the context.

The context.

bool UnifiedAutomation.UaServer.CertificateAddedEventArgs.IsTrusted
get

Gets a value indicating whether the certificate is trusted.

true if the certificate is trusted; otherwise, false.

TrustListModel UnifiedAutomation.UaServer.CertificateAddedEventArgs.Model
get

Gets the model.

The model.

StatusCode UnifiedAutomation.UaServer.CertificateAddedEventArgs.StatusCode
getset

Gets or sets the status code.

The status code.


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