NetworkCredentials constructor
init
Initializes a new instance of the NetworkCredentials
class.
def __init__(self, user_name, password, domain):
...
Parameter | Type | Description |
---|---|---|
user_name | str | The username. |
password | str | The password. |
domain | str | The domain. |
See Also
- module
groupdocs.conversion.options.load
- class
NetworkCredentials