CurlNetworkCredential

Assembly: Net

Description

The CurlNetworkCredential class is a basic class that supports credentials for password based authentication schemes, such as Basic, Digest, NTLM and Kerberos.

Comments

The class does not support open key based authentication methods, such as the client SSL-authentication (SSL — Secure Sockets Layer).

NOTE. This class is identical to the NetworkCredential class, which description can be found in the specialized literature (MSDN).

The class is a cross-platform implementation of the INetNetworkCredential interface. Macros implemented using the CurlNetworkCredential class can be started for execution in Linux family operating systems.

Constructors

  Constructor name Brief description
The Create constructor creates an object for credentials support in the password based authentication schemes, such as Basic, Digest, NTLM and Kerberos.

Properties inherited from INetNetworkCredential

  Property name Brief description
The Domain property determines the name of the domain that checks the credentials.
The Password property determines a user password.
The UserName property determines a user name.

Methods inherited from INetNetworkCredential

  Method name Brief description
The CreateWithUserPassword method determines the user credentials for connection to server.

See also:

Net Assembly Classes