UA Bundle SDK .NET  2.1.0.222
 All Classes Namespaces Functions Variables Enumerations Properties Events Groups Pages
UnifiedAutomation.UaBase.CreateCertificateEventArgs Class Reference

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

Inherits EventArgs.

Properties

ApplicationInstance Application [get, set]
 Gets the application which needs a new certificate.
 
UaSchema.CertificateIdentifier Settings [get, set]
 Gets the default settings for the certificate.
 
ICertificate NewCertificate [get, set]
 Gets or sets the new certificate.
 
bool UpdateConfiguration [get, set]
 Gets or sets a value indicating whether the application configuration should be saved.
 

Detailed Description

The arguments passed when a create certificate event is raised.

Property Documentation

ApplicationInstance UnifiedAutomation.UaBase.CreateCertificateEventArgs.Application
getset

Gets the application which needs a new certificate.

ICertificate UnifiedAutomation.UaBase.CreateCertificateEventArgs.NewCertificate
getset

Gets or sets the new certificate.

The new certificate.

UaSchema.CertificateIdentifier UnifiedAutomation.UaBase.CreateCertificateEventArgs.Settings
getset

Gets the default settings for the certificate.

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: