QuickOPC User's Guide and Reference
NetworkSecurity Constructor(NetworkSecurity)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security Namespace > NetworkSecurity Class > NetworkSecurity Constructor : NetworkSecurity Constructor(NetworkSecurity)
Network credential token to be copied from.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal networkSecurity As NetworkSecurity _
)
'Usage
 
Dim networkSecurity As NetworkSecurity
 
Dim instance As New NetworkSecurity(networkSecurity)
public NetworkSecurity( 
   NetworkSecurity networkSecurity
)
public:
NetworkSecurity( 
   NetworkSecurity^ networkSecurity
)

Parameters

networkSecurity
Network credential token to be copied from.
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