'DeclarationPublic Function New( _ ByVal userName As String, _ ByVal password As String, _ ByVal domain As String _ )
'UsageDim userName As String Dim password As String Dim domain As String Dim instance As New NetworkSecurity(userName, password, domain)
Parameters
- userName
 - The username associated with this credential.
 - password
 - The password for the username.
 - domain
 - The machine name that verifies the credentials. Usually this is the host machine.