Mono Class Library: Overview

System.Net.NetworkCredential: Members

The members of System.Net.NetworkCredential are listed below.

See Also: Inherited members from System.Object

Public Constructors

Constructs and initializes a new instance of the System.Net.NetworkCredential class.
Constructs and initializes a new instance of the System.Net.NetworkCredential class with the specified user name and password.
Constructs and initializes a new instance of the System.Net.NetworkCredential class with the specified user name, password, and domain.

Public Properties

Domainstring. Gets or sets the domain or machine name that verifies the current credentials.
Passwordstring. Gets or sets the password of the account associated with the current credentials.
UserNamestring. Gets or sets the user name for the account associated with the current credentials.

Public Methods

GetCredential(Uri, string) : NetworkCredential
Returns the current instance.
GetCredential(string, int, string) : NetworkCredential
Documentation for this section has not yet been entered.