The members of System.Net.CredentialCache are listed below.
See Also: Inherited members from System.Object
Public Constructors
Public Properties
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) : NetworkCredentialReturns the System.Net.NetworkCredential
instance associated with a URI and
authentication type. |
| GetCredential(string, int, string) : NetworkCredentialDocumentation for this section has not yet been entered. |
| GetEnumerator() : IEnumeratorReturns 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