The INetCredentialCache interface provides the storage for multiple accounts.
NOTE. This interface is identical to CredentialCache, which description can be found in the specialized literature (MSDN).
| Method name | Brief description | |
| The Add method adds the NetNetworkCredential instance to accounts cache. | ||
| The Remove method removes the NetNetworkCredential instance from accounts cache. |
See also: