Opc.Ua.Core
UserIdentity Constructor(UserIdentityToken)



Opc.Ua Namespace > UserIdentity Class > UserIdentity Constructor : UserIdentity Constructor(UserIdentityToken)
The user identity token.
Initializes the object with a UA identity token.
Syntax
'Declaration
 
Public Function New( _
   ByVal token As UserIdentityToken _
)
'Usage
 
Dim token As UserIdentityToken
 
Dim instance As New UserIdentity(token)
public UserIdentity( 
   UserIdentityToken token
)
public:
UserIdentity( 
   UserIdentityToken^ token
)

Parameters

token
The user identity token.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UserIdentity Class
UserIdentity Members
Overload List