'Declaration
Public Function New( _ ByVal networkCredential As NetworkCredential _ )
'Usage
Dim networkCredential As NetworkCredential Dim instance As New NetworkCredential2(networkCredential)
public NetworkCredential2( NetworkCredential networkCredential )
public: NetworkCredential2( NetworkCredential^ networkCredential )
Parameters
- networkCredential
- Network credential to be copied from.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).