OPC Studio User's Guide and Reference
NetworkCredential Property (NetworkSecurity)



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security Namespace > NetworkSecurity Class : NetworkCredential Property
The identity of the security token.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property NetworkCredential As NetworkCredential2
 
'Usage
 
Dim instance As NetworkSecurity
Dim value As NetworkCredential2
 
instance.NetworkCredential = value
 
value = instance.NetworkCredential

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

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