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

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

Inherits EventArgs.

Public Member Functions

 CreateCertificateEventArgs (ApplicationInstanceBase application, UaSchema.CertificateIdentifier settings, IList< string > domainNames, bool silent)
 Initializes a new instance of the CreateCertificateEventArgs class. More...
 

Properties

ApplicationInstanceBase Application [get]
 Gets the application which needs a new certificate. More...
 
UaSchema.CertificateIdentifier Settings [get]
 Gets the default settings for the certificate. More...
 
IList< string > DomainNames [get]
 Gets the domains associated with the certificate. More...
 
bool Silent [get]
 Gets or sets a value indicating whether this event was raised in a context where user interaction is not allowed. More...
 
ICertificate NewCertificate [get, set]
 Gets or sets the new certificate. More...
 
bool UpdateConfiguration [get, set]
 Gets or sets a value indicating whether the application configuration should be saved. More...
 

Detailed Description

The arguments passed when a create certificate event is raised.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.CreateCertificateEventArgs.CreateCertificateEventArgs ( ApplicationInstanceBase  application,
UaSchema.CertificateIdentifier  settings,
IList< string >  domainNames,
bool  silent 
)

Initializes a new instance of the CreateCertificateEventArgs class.

Parameters
applicationThe application which needs a new certificate.
settingsThe default settings for the new certificate.
domainNamesThe domain names.
silentif set to true the no user interaction is allowed.

Property Documentation

ApplicationInstanceBase UnifiedAutomation.UaBase.CreateCertificateEventArgs.Application
get

Gets the application which needs a new certificate.

IList<string> UnifiedAutomation.UaBase.CreateCertificateEventArgs.DomainNames
get

Gets the domains associated with the certificate.

ICertificate UnifiedAutomation.UaBase.CreateCertificateEventArgs.NewCertificate
getset

Gets or sets the new certificate.

The new certificate.

UaSchema.CertificateIdentifier UnifiedAutomation.UaBase.CreateCertificateEventArgs.Settings
get

Gets the default settings for the certificate.

bool UnifiedAutomation.UaBase.CreateCertificateEventArgs.Silent
get

Gets or sets a value indicating whether this event was raised in a context where user interaction is not allowed.

true no user interaction is allowed; otherwise, false.

bool UnifiedAutomation.UaBase.CreateCertificateEventArgs.UpdateConfiguration
getset

Gets or sets a value indicating whether the application configuration should be saved.

true if the application configuration should be saved; otherwise, false.


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