The members of System.Net.NetworkCredential are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Net.NetworkCredential class. | ||
Initializes a new instance of the System.Net.NetworkCredential class with the specified user name and password. | ||
Initializes a new instance of the System.Net.NetworkCredential class with the specified user name and password. | ||
Initializes a new instance of the System.Net.NetworkCredential class with the specified user name, password, and domain. | ||
Initializes a new instance of the System.Net.NetworkCredential class with the specified user name, password, and domain. |
Domain | string.
Gets or sets the domain or computer name that verifies the credentials. | |
Password | string.
Gets or sets the password for the user name associated with the credentials. | |
SecurePassword | System.Security.SecureString.
Gets or sets the password as a System.Security.SecureString instance. | |
UserName | string.
Gets or sets the user name associated with the credentials. |
GetCredential(Uri, string)
| ||
GetCredential(string, int, string)
|