Opc.Ua.Core
UserIdentity Property (ConfiguredEndpoint)



Opc.Ua Namespace > ConfiguredEndpoint Class : UserIdentity Property
The user identity to use when connecting to the endpoint.
Syntax
'Declaration
 
<DataMemberAttribute(Name="UserIdentity", 
   Order=6, 
   IsRequired=False)>
Public Property UserIdentity As UserIdentityToken
'Usage
 
Dim instance As ConfiguredEndpoint
Dim value As UserIdentityToken
 
instance.UserIdentity = value
 
value = instance.UserIdentity
[DataMember(Name="UserIdentity", 
   Order=6, 
   IsRequired=false)]
public UserIdentityToken UserIdentity {get; set;}
[DataMember(Name="UserIdentity", 
   Order=6, 
   IsRequired=false)]
public:
property UserIdentityToken^ UserIdentity {
   UserIdentityToken^ get();
   void set (    UserIdentityToken^ value);
}
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

ConfiguredEndpoint Class
ConfiguredEndpoint Members