NetworkCredentials constructor

init

Initializes a new instance of the NetworkCredentials class.

def __init__(self, user_name, password, domain):
    ...
Parameter Type Description
user_name System.String The username.
password System.String The password.
domain System.String The domain.

See Also