Name | Description | |
---|---|---|
ApplicationIdDictionary | A dictionary containing the application ID for each GDS endpoint the application is registered with, as known to the application. | |
ApplicationStoreGroup | The PKI store group used by the OPC UA application. |
The following tables list the members exposed by IEasyUAApplication.
Name | Description | |
---|---|---|
ApplicationIdDictionary | A dictionary containing the application ID for each GDS endpoint the application is registered with, as known to the application. | |
ApplicationStoreGroup | The PKI store group used by the OPC UA application. |
Name | Description | |
---|---|---|
BeginObtainNewCertificate | Begins an asynchronous operation that obtains a new application instance certificate from the certificate manager, and stores it for subsequent usage. | |
CancelObtainNewCertificate | Cancels an asynchronous operation started with the BeginObtainNewCertificate method. | |
EndObtainNewCertificate | Handles the end of the asynchronous operation started by the BeginObtainNewCertificate method. | |
ExportApplicationConfiguration | Exports the OPC UA application configuration data into an XML stream. | |
ExportRegisteredApplication | Exports the registration data of the OPC UA application into an XML stream. | |
ExportSecuredApplication | Exports the security settings of the OPC UA application into an XML stream. | |
FindGdsRegistrations | Finds all registrations for this application URI in the GDS. | |
GetApplicationManifest | Gets the OPC UA application manifest, i.e. the application registration information together with data related to PKI administration, such as paths to the certificate stores used. | |
GetInstanceCertificate | Gets the instance certificate the application is currently configured to use. | |
RefreshTrustLists | Retrieves the current trust lists for the application from the certificate manager, and refreshes own certificate stores accordingly. | |
RegisterToGds | Creates an application registration in the GDS, assigning it a new application ID. Existing registrations with the same application URI are removed first. | |
RemoveInstanceCertificate | Removes the instance certificate the application is currently configured to use. | |
UnregisterFromGds | Removes an application registration from the GDS, if it exists. All existing registrations for the application URI are removed. | |
UpdateGdsRegistration | Updates an application registration in the GDS, keeping its application ID. A new registration is created if the application is not yet registered in the GDS. Preexisting registrations with the same application URI are removed. |
Name | Description | |
---|---|---|
BeginObtainNewCertificate | Overloaded. | |
ExportApplicationConfigurationToFile | Exports the OPC UA application configuration data into an XML file. | |
ExportApplicationManifest | Exports the OPC UA application manifest into a stream. | |
ExportApplicationManifestToFile | Exports the OPC UA application manifest into an XML file. | |
ExportRegisteredApplicationToFile | Exports the registration data of the OPC UA application into an XML file. | |
ExportSecuredApplicationToFile | Exports the security settings of the OPC UA application into an XML file. | |
GetApplicationElement | Gets the OPC UA registration information for this application. | |
GetApplicationId | Gets an application ID assigned to the application by a specified GDS. | |
GetCertificateSubjectName | Gets the subject distinguished name the application is configured to use for its certificates. | |
ObtainNewCertificate | Overloaded. | |
ObtainNewCertificateAsync | Overloaded. |