The NetCredentialCache class stores multiple internet resources accounts. The applications that require an access to multiple resources can store resources accounts in the NetCredentialCache instance that in its turn provides an internet resource with a proper accounts set if required.
NOTE. This class is identical to the CredentialCache class, 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: