CurlCredentialCache

Assembly: Net

Description

The CurlCredentialCache class implements storage for various internet resources accounts.

Comments

The applications that require access to multiple resources can store resources accounts in the INetCredentialCache 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 INetCredentialCache interface. Macros implemented using the CurlCredentialCache class can be started for execution in Linux family operating systems.

Methods inherited from INetCredentialCache

  Method name Brief description
The Add method adds the INetNetworkCredential instance to accounts cache.
The Remove method removes the INetNetworkCredential instance from accounts cache.

See also:

Net Assembly Classes