Connectivity Software User's Guide and Reference
IsTrusted Property



OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA.Application Namespace > UAApplicationIdentity Class : IsTrusted Property
Gets a value indicating whether the application is trusted.
Syntax
'Declaration
 
Public ReadOnly Property IsTrusted As Boolean
'Usage
 
Dim instance As UAApplicationIdentity
Dim value As Boolean
 
value = instance.IsTrusted
public bool IsTrusted {get;}
public:
property bool IsTrusted {
   bool get();
}

Property Value

The default value of this property is False.

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