Assembly: Net
Namespace: None;
The CurlCredentialCache class implements storage for various 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).
The CurlCredentialCache class is a cross-platform implementation of the NetCredentialCache class. Macros implemented using the CurlCredentialCache class can be started for execution in Linux family operating systems.
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: