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 AbstractEasyUAClientApplication.
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 | |
---|---|---|
![]() | CertificateManagementClient | Infrastructure. The OPC UA certificate management used for application's operations. |
![]() | Client | Infrastructure. The OPC UA client object used for application's operations. |
![]() | FileTransferClient | Infrastructure. The OPC UA file transfer client used for application's operations. |
![]() | GlobalDiscoveryClient | Infrastructure. The OPC UA global discovery client used for application's operations. |
![]() | SupportsCreatingCsr | Infrastructure. Determines whether creating of CRLs (Certificate Revocation Lists) is supported. |
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. |
![]() | Equals | (Inherited from object) |
![]() | 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. |
![]() | GetHashCode | Serves as the default hash function. (Inherited from object) |
![]() | GetInstanceCertificate | Gets the instance certificate the application is currently configured to use. |
![]() | GetType | Gets the System.Type of the current instance. (Inherited from object) |
![]() | 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. |
![]() | ToString | Returns a string that represents the current object. (Inherited from object) |
![]() | 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 | |
---|---|---|
![]() | AddTrustList | Infrastructure. Adds trust lists to the application. |
![]() | BinaryDecodeTrustList | Infrastructure. Decodes trust lists from a binary stream. |
![]() | CreateCsr | Infrastructure. Create a certificate signing request (CSR). |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) |
![]() | GetApplicationConfiguration | Infrastructure. Gets the application configuration data. |
![]() | GetDomainNames | Infrastructure. Get the application's domain names. |
![]() | GetInstanceCertificatePrivateKey | Infrastructure. Get the private key of the application's instance certificate. |
![]() | GetRegisteredApplication | Infrastructure. Gets the registration information of the application. |
![]() | GetSecuredApplication | Infrastructure. Gets the security settings of the application. |
![]() | MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) |
![]() | SetInstanceCertificate | Infrastructure. Sets the application's instance certificate. |
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. |