EasyUA Reference
UserIdentity Constructor(String,String)
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > UserIdentity Class > UserIdentity Constructor : UserIdentity Constructor(String,String)

username
The user name.
password
The password.

Glossary Item Box

Initializes the object with a username and password.

Syntax

Visual Basic (Usage)Copy Code
Dim username As String
Dim password As String
 
Dim instance As New UserIdentity(username, password)
C# 
public UserIdentity( 
   string username,
   string password
)

Parameters

username
The user name.
password
The password.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.