The NetCredentialCache class stores the multiple internet resources accounts. The applications that require an access to numerous resources can store the resources accounts in the NetCredentialCache instance that in its turn provides an internet resource with a proper accounts set when necessary.
NOTE. The class is analogous to the CredentialCache class, description of which can be found in the (MSDN) specialized literature.
| Method name | Brief description | |
| The Add method adds the NetNetworkCredential instance to accounts cache. | ||
| The Remove method removes the NetNetworkCredential instance from account cache. |
See also: