QuickOPC User's Guide and Reference
IUAReadOnlyApplicationManifest Interface
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Administration Namespace : IUAReadOnlyApplicationManifest Interface
Represents the read-only information provided by 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.
Object Model
IUAReadOnlyApplicationManifest InterfaceStringCollection ClassStringCollection Class
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
Public Interface IUAReadOnlyApplicationManifest 
   Inherits OpcLabs.EasyOpc.UA.Discovery.IUAReadOnlyApplicationElement 
'Usage
 
Dim instance As IUAReadOnlyApplicationManifest
[ComVisible(false)]
public interface IUAReadOnlyApplicationManifest : OpcLabs.EasyOpc.UA.Discovery.IUAReadOnlyApplicationElement  
[ComVisible(false)]
public interface class IUAReadOnlyApplicationManifest : public OpcLabs.EasyOpc.UA.Discovery.IUAReadOnlyApplicationElement  
Remarks

Application manifest and its concrete representations are not part of the OPC UA standard, although the concepts of individual parts of the application manifest are covered by OPC UA specifications.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also