Mono Class Library: Overview

System.Net.CredentialCache: Method Members

The methods of System.Net.CredentialCache are listed below. For a list of all members, see the CredentialCache Members list.

See Also: Inherited members from System.Object

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.