Connectivity Software User's Guide and Reference
UAApplicationIdentity Constructor(String,Boolean)



OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA.Application Namespace > UAApplicationIdentity Class > UAApplicationIdentity Constructor : UAApplicationIdentity Constructor(String,Boolean)
The application URI string that identifies the application.

The value of this parameter cannot be null (Nothing in Visual Basic).

Whether the application is trusted.
Initializes a new instance of the UAApplicationIdentity class with the specified application URI string and trusted status.
Syntax
'Declaration
 
Public Function New( _
   ByVal applicationUriString As String, _
   ByVal isTrusted As Boolean _
)
'Usage
 
Dim applicationUriString As String
Dim isTrusted As Boolean
 
Dim instance As New UAApplicationIdentity(applicationUriString, isTrusted)
public UAApplicationIdentity( 
   string applicationUriString,
   bool isTrusted
)
public:
UAApplicationIdentity( 
   String^ applicationUriString,
   bool isTrusted
)

Parameters

applicationUriString
The application URI string that identifies the application.

The value of this parameter cannot be null (Nothing in Visual Basic).

isTrusted
Whether the application is trusted.
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