NetworkCredentials class

NetworkCredentials class

Represents network credentials with a username, password, and domain.

The NetworkCredentials type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the NetworkCredentials class.

Properties

Property Description
user_name Gets the username.
password Gets the password.
domain Gets the domain.

See Also