.NET Based OPC UA Client/Server SDK  3.2.2.525
UnifiedAutomation.UaBase.CreateHttpsCertificateEventArgs Class Reference

The arguments passed when a create HTTPS certificate event is raised. More...

Inherits EventArgs.

Public Member Functions

 CreateHttpsCertificateEventArgs (ApplicationInstanceBase application, Uri url, StatusCode validationError)
 Initializes a new instance of the CreateCertificateEventArgs class. More...
 

Properties

ApplicationInstanceBase Application [get]
 Gets the application which needs a new certificate. More...
 
Uri Url [get]
 Gets the URL. More...
 
StatusCode ValidationError [get]
 Gets the validation error. More...
 

Detailed Description

The arguments passed when a create HTTPS certificate event is raised.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.CreateHttpsCertificateEventArgs.CreateHttpsCertificateEventArgs ( ApplicationInstanceBase  application,
Uri  url,
StatusCode  validationError 
)

Initializes a new instance of the CreateCertificateEventArgs class.

Parameters
applicationThe application which needs a new HTTPS certificate.
urlThe URL.
validationErrorThe validation error.

Property Documentation

ApplicationInstanceBase UnifiedAutomation.UaBase.CreateHttpsCertificateEventArgs.Application
get

Gets the application which needs a new certificate.

Uri UnifiedAutomation.UaBase.CreateHttpsCertificateEventArgs.Url
get

Gets the URL.

StatusCode UnifiedAutomation.UaBase.CreateHttpsCertificateEventArgs.ValidationError
get

Gets the validation error.


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