![](dotnetdiagramimages/OpcLabs_EasyOpcUA_OpcLabs_EasyOpc_UA_Administration_IUAReadOnlyApplicationManifest.png)
'Declaration
<ComVisibleAttribute(False)> <ExceptionContractAnnotationAttribute(True)> Public Interface IUAReadOnlyApplicationManifest Inherits OpcLabs.EasyOpc.UA.Discovery.IUAReadOnlyApplicationElement
'Usage
Dim instance As IUAReadOnlyApplicationManifest
[ComVisible(false)] [ExceptionContractAnnotation(true)] public interface IUAReadOnlyApplicationManifest : OpcLabs.EasyOpc.UA.Discovery.IUAReadOnlyApplicationElement
[ComVisible(false)] [ExceptionContractAnnotation(true)] public interface class IUAReadOnlyApplicationManifest : public OpcLabs.EasyOpc.UA.Discovery.IUAReadOnlyApplicationElement
Defines an interface for accessing the read-only application manifest in OPC UA. This manifest includes registration information and PKI administration details such as certificate store paths.
The application manifest encapsulates various aspects of an OPC UA application's configuration and security setup, including but not limited to application identification, trust settings, and certificate stores. This interface provides a read-only view of such information, primarily for inspection or display purposes.
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.