'Declaration
Public Function New( _ ByVal userName As String, _ ByVal password As SecureString, _ ByVal domain As String _ )
'Usage
Dim userName As String Dim password As SecureString Dim domain As String Dim instance As New NetworkCredential2(userName, password, domain)
Parameters
- userName
The value of this parameter can be
null
(Nothing
in Visual Basic).- password
The value of this parameter can be
null
(Nothing
in Visual Basic).- domain
The value of this parameter can be
null
(Nothing
in Visual Basic).