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

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

Inherits EventArgs.

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.

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: