.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaServer.RemoveCertificateEventArgs Class Reference

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

Inherits EventArgs.

Public Member Functions

 RemoveCertificateEventArgs (TrustListModel model, RequestContext context, string thumbprint, bool isTrusted)
 Initializes a new instance of the RemoveCertificateEventArgs class. More...
 

Properties

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

Detailed Description

The arguments passed when a RemoveCertificate event occurs.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.RemoveCertificateEventArgs.RemoveCertificateEventArgs ( TrustListModel  model,
RequestContext  context,
string  thumbprint,
bool  isTrusted 
)
inline

Initializes a new instance of the RemoveCertificateEventArgs class.

Parameters
modelThe model.
contextThe context.
thumbprintThe thumbprint.
isTrustedif set to true if the certificate is a trusted certificate.

Property Documentation

RequestContext UnifiedAutomation.UaServer.RemoveCertificateEventArgs.Context
get

Gets the context.

The context.

bool UnifiedAutomation.UaServer.RemoveCertificateEventArgs.IsTrusted
get

Gets a value indicating whether the certificate is a trusted certificate.

true if the certificate is a trusted certificate; otherwise, false.

TrustListModel UnifiedAutomation.UaServer.RemoveCertificateEventArgs.Model
get

Gets the model.

The model.

StatusCode UnifiedAutomation.UaServer.RemoveCertificateEventArgs.StatusCode
getset

Gets or sets the status code.

The status code.

string UnifiedAutomation.UaServer.RemoveCertificateEventArgs.Thumbprint
get

Gets the thumbprint.

The thumbprint.


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