QuickOPC User's Guide and Reference
NetworkCredential Property (_NetworkSecurity)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security.ComTypes Namespace > _NetworkSecurity Interface : NetworkCredential Property
The identity of the security token.
Syntax
'Declaration
 
<NotNullAttribute()>
Property NetworkCredential As NetworkCredential2
'Usage
 
Dim instance As _NetworkSecurity
Dim value As NetworkCredential2
 
instance.NetworkCredential = value
 
value = instance.NetworkCredential
[NotNull()]
NetworkCredential2 NetworkCredential {get; set;}
[NotNull()]
property NetworkCredential2^ NetworkCredential {
   NetworkCredential2^ get();
   void set (    NetworkCredential2^ value);
}
Remarks
This value has effect only when CustomNetworkCredential is true.
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