INetHttpCommandCredential

Assembly: Net;

Description

The INetHttpCommandCredential interface is used to specify credentials that are required for user authentication on network resources connection.

Inheritance Hierarchy

INetHttpCommandCredential

Comments

Credentials can be obtained in the INetHttpCommand.Credential property.

Properties

  Property name Brief description
The Method property determines user authentication method.
The Password property determines a user password.
The User property determines the user name that is used for connection.

See also:

Net Assembly Interfaces