Opc.Ua.Core
AuthenticationToken Property



Opc.Ua Namespace > ClientBase Class : AuthenticationToken Property
The authorization token used to connect to the server.
Syntax
'Declaration
 
Protected Property AuthenticationToken As NodeId
'Usage
 
Dim instance As ClientBase
Dim value As NodeId
 
instance.AuthenticationToken = value
 
value = instance.AuthenticationToken
protected NodeId AuthenticationToken {get; set;}
protected:
property NodeId^ AuthenticationToken {
   NodeId^ get();
   void set (    NodeId^ value);
}

Property Value

The authentication 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

ClientBase Class
ClientBase Members