The INetCredentialCache interface provides the storage for multiple accounts.
NOTE. The interface is analogous to the CredentialCache interface, the 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: