CurlNetworkCredential.Create

Syntax

Create(UserName: String; Password: String; Domain: String)

Parameters

UserName. User name.

Password. User password.

Domain. Domain.

Description

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

Example

The example of use is given in description of the CurlAttachment.Create constructor.

See also:

CurlNetworkCredential