Assembly: Net;
The INetHttpCommandCredential interface is used to specify credentials that are required for user authentication on network resources connection.
INetHttpCommandCredential
Credentials can be obtained in the INetHttpCommand.Credential property.
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: