Mono Class Library: Overview

System.Net.CredentialCache: Members

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

See Also: Inherited members from System.Object

Public Constructors

Constructs and initializes a new instance of the System.Net.CredentialCache class.

Public Properties

[read-only]
static
DefaultCredentialsICredentials. Gets the system credentials in use for the current process.
[read-only]
static
DefaultNetworkCredentialsNetworkCredential. Documentation for this section has not yet been entered.

Public Methods

Add(Uri, string, NetworkCredential)
Adds a System.Net.NetworkCredential instance to the credential cache.
Add(string, int, string, NetworkCredential)
Documentation for this section has not yet been entered.
GetCredential(Uri, string) : NetworkCredential
Returns the System.Net.NetworkCredential instance associated with a URI and authentication type.
GetCredential(string, int, string) : NetworkCredential
Documentation for this section has not yet been entered.
GetEnumerator() : IEnumerator
Returns an enumerator that iterates through credentials stored in the current System.Net.CredentialCache instance.
Remove(Uri, string)
Deletes a System.Net.NetworkCredential instance from the cache.
Remove(string, int, string)
Documentation for this section has not yet been entered.

Extension Methods

static
AsQueryable(this IEnumerable) : System.Linq.IQueryable
Documentation for this section has not yet been entered.
static
Cast<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.
static
OfType<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.