UA Bundle SDK .NET  2.2.3.276
 All Classes Namespaces Functions Variables Enumerations Enumerator 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. More...
 
UaSchema.CertificateIdentifier Settings [get, set]
 Gets the default settings for the certificate. More...
 
bool Silent [get, set]
 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

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.Silent
getset

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: