NetworkCredential Constructor
.NET Framework 3.0
Initializes a new instance of the NetworkCredential class.
| Name | Description |
|---|---|
| NetworkCredential () | Initializes a new instance of the NetworkCredential class. Supported by the .NET Compact Framework. |
| NetworkCredential (String, String) | Initializes a new instance of the NetworkCredential class with the specified user name and password. Supported by the .NET Compact Framework. |
| NetworkCredential (String, String, String) | Initializes a new instance of the NetworkCredential class with the specified user name, password, and domain. Supported by the .NET Compact Framework. |