'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.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).